|
Related Questions |
View Answer |
|
What are the primitive types in Java?
|
View Answer
|
|
How would you implement a thread pool
|
View Answer
|
|
How do you declare constant values in java?
|
View Answer
|
|
Do primitive types have a class representation
|
View Answer
|
|
When you have an object passed to a method and when the object is reassigned to a different one, then is the original reference lost
|
View Answer
|
|
What is a memory footprint? How can you specify the lower and upper limits of the RAM used by the JVM? What happens when the JVM needs more memory
|
View Answer
|
|
When you use a struts framework, where would you place your business logic
|
View Answer
|
|
How all can you free memory
|
View Answer
|
|
Does java do reference counting
|
View Answer
|
|
What does a static inner class mean? How is it different from any other static member
|
View Answer
|
|
What are the differences between JIT and HotSpot
|
View Answer
|
|
What are the disadvantages of reference counting in garbage collection
|
View Answer
|
|
What is EJB
|
View Answer
|
|
What is the sweep and paint algorithm
|
View Answer
|
|
What is reflection API? How are they implemented
|
View Answer
|
|
What is the primary advantage of XML driven Java Beans
|
View Answer
|
|
Will there be a performance penalty if you make a method synchronized? If so, can you make any design changes to improve the performance
|
View Answer
|
|
In Java, how are objects / values passed around
|
View Answer
|
|
can we declare multiple main() methods in multiple classes.ie can we have each main method in its class in our program?
|
View Answer
|
|
If there are 2 different versions of object streams on disk and only one object definition, how will the JVM reject the wrong one? Can you fool the JVM
|
View Answer
|