Can you instantiate the math class in Java?
No Answer is Posted For this Question
Be the First to Post Answer
Can you override static method in java?
What is OOP?
Which sorting algorithm is best in java?
What means public static?
Give us the name of the list layoutmanagers in java?
Can we restart a dead thread in java?
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?
can we access the method of class without creating the object of the class
what is mean by method signature?
Differentiate between == and equals().
Why isn’t there operator overloading?
What is the argument in java?