Describe string intern() methodology
No Answer is Posted For this Question
Be the First to Post Answer
According to java operator precedence, which operator is considered to be with highest precedence?
Can we place the any object to key attribute of HashMap<key,value>?
Can a static member function access member variable of an object?
What is the use of runnable interface?
What is the latest java version?
What are the types of statement? explain
Explain the concept of polymorphism with examples?
why pointer is not used in java?
What is the difference between an if statement and a switch statement?
Can a constructor call another constructor?
Explain java coding standards for constants?
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?