What exactly is a .class file?
No Answer is Posted For this Question
Be the First to Post Answer
What is null mean in java?
what are different ways in which a thread can enter the waiting state? : Java thread
What is data type modifier?
Is array size fixed in java?
What is the integer of 16?
What is an object?s lock? Give name of object?s that have locks?
What is a java applet? What is an interface?
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?
What is the difference between && and & in java?
3) Suppose you are a very rich person, having 50 rooms and you have lost the key for one of the room's. How effectively you can find this key? (Qs2 and Qs3 are related)
What are the two ways you can synchronize a block of code?
What is the use of ?this??