|
Related Questions |
View Answer |
|
What is Log4j in java
|
View Answer
|
|
Why we can not override static method?
|
View Answer
|
|
How to create the object to the anonomous class
|
View Answer
|
|
What is the difference between array list and linked list. in which situations we are use them? which is best one?
|
View Answer
|
|
Can i expand an interface?
|
View Answer
|
|
what happens if we execute the program? class Return{ int display(){ try{ return 1; } finally{ return 2; } } public static void main(String args[]){ Return r=new Return(); r.display(); } }
|
View Answer
|
|
If interface has got four methods,and I like to implement only two methods, how this could be achieved?
|
View Answer
|
|
Does JVM maintain a cache by itself? Does the JVM allocate objects in heap? Is this the OS heap or the heap maintained by the JVM? Why
|
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
|