What is a line break?
No Answer is Posted For this Question
Be the First to Post Answer
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 .
What is int lol?
whats the difference between == and .equal ?
What is method with example?
what is difference between String buffer and String builder?
What are the steps involved to write rmi based programs?
whatis Home interface and Remoteinterface? with example?
what is meant by multicast?
Why are constructors used?
printstream class method println() is calling using System class and its static object out .how it is explain any one in detail with example ?
which class to use when concatenating strings in a loop.
What causes memory leaks in java?