How to reverse string in java?
No Answer is Posted For this Question
Be the First to Post Answer
The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }
4 Answers Ness Technologies, TCS,
can u give one sinario when you use Abstract Class and When you use Interface.
How a class can implement an interface?
What is module in oop?
Static Variable can referred in non-static method?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What about anonymous inner classes in java?
How will you serialize a singleton class without violating singleton pattern?
Explain the difference between Unicast and Multicast objects?
What is the life cycle of an Applet ?
What is Hierarchy of exception?
Explain importance of finally block in java?