Define class?
What is replaceall in java?
What is a boolean field?
What is the old name of java?
what is function overloading in java?
0 Answers Tavant Technologies, TCS, Virtusa,
What is operator overloading. Is it is supported in java?
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
how to create multithreaded program? : Java thread
What is the difference between interpreter and compiling ?
What are features of java?
What is the meaning of find and replace?
what is the messsage u r going to get from an objectoriented programing?
Difference between object and reference?