Which class is the superclass for all the classes?
No Answer is Posted For this Question
Be the First to Post Answer
Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
What is treeset in java?
How do you invoke a method?
What does it mean to flush a file?
What is the difference between a vector & an array list?
What is a string what operation can be performed out with the help of a string?
Can we extend singleton class?
system.out.println(1 + 3);
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
How to write custom exception in java?
Write a program to print the pattern given below
is it possible to add a object in a HASHMAP