What do heavy weight components mean in java programming?
No Answer is Posted For this Question
Be the First to Post Answer
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
The class "Class" is belongs to which package?? a) java.lang b)java.lang.reflect c)java.util d)None
What is an object's lock and which object's have locks in java programming?
What is the blank final variable?
What is private static class in java?
Explain implementation and how is it different from conversion?
What is token in java?
What is the finalize method do?
What is the set interface in java programming?
is JVM platform dependent or independent..?
11 Answers IBM, Tech Mahindra,
How does linkedlist work in java?