What are latest features introduced with java 8?
No Answer is Posted For this Question
Be the First to Post Answer
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?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What is Enum in Java?
Explain the use of volatile field modifier?
How do you make a thread in java?
How can an exception be thrown manually by a programmer?
What is use of map in java?
Give me example of derived data types.
can any one send me the example program of immutable class?
What are static blocks in java ?
Are nested try statements are possible?
What is public static?