Explain class A{} class B{} class C{} all the three classes are saved in a single file name, what the name should i provide to the file ,in what file name should i run the program? Ple Explain
9 13796They 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?
3 13807they asked class A{} class B{} class c{} all the three class saved as a single file,there is no main method in the file and anothe class M.java class m { psvm(String args[]) { // here the parent class can access } }
2 6463
What are voids?
What are Normalization Rules? Define Normalization?
Explain oops concepts in detail?
What is difference between throw and throws ?
What is meant by data hiding/encapsulation?
What about method local inner classes or local inner classes in java?
Can we access the non-final local variable, inside the local inner class?
Why a dead thread occurs?
What is difference between calling start() and run() method of thread?
How to make a write-only class in java?
What’s a deadlock?
What is starvation?
What is module in oop?
In java how do we copy objects?
Does a function need a return?