How do weakhashmap works?
No Answer is Posted For this Question
Be the First to Post Answer
How multi processing is achieved in JAVA?
How many bits is a word?
What do you understand by the term string pool?
What is the use of conditional statement?
What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }
Can a class be a super class and a sub-class at the same time? Give example.
what is heap memory?
0 Answers Tavant Technologies, Zensar,
Java is Pass by Value or Pass by Reference?
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?
I have an HashMap object, which has with key and value pair. It has 10 keys and values in that object. Now the question is I want insert new key and value in middle or any where in that list but not at the end or at the top. Is it possible or not. If yes how can we achieve this one?
How do weakhashmap works?
What part of memory - Stack or Heap - is cleaned in the garbage collection process?