For technical interview question please sir send me because tomorrow my interview
Is Constructor possible in abstract class in java ?
Is it possible for yielded thread to get chance for its execution again ?
How do you use substring in java?
Why hashcode is used in java?
Can we define a package statement after the import statement in java?
When we serialize an object does the serialization mechanism saves its references too?
Can a class have multiple constructors?
What is string in java? String is a data type?
How do generics work in java?
Difference between String & StringBuffer
16 Answers IBM, Infosys, Tech Mahindra, Wipro,
What’s the difference between applets and standalone program?
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?