What do you understand by overloading and overriding in java?
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???
Java run-time system generates What class of exceptions?
What is bean? Where it can be used?
Is null a value?
Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.
What are the data types supported by java? What is autoboxing and unboxing?
Mention some interfaces implemented by linked list in java.
What is the difference between public, private, protected, and friend access?
What is the point of polymorphism java?
what is AWT
Can we call the Thread.sleep in Synchyronozed block?
What are the traverses in Binary Tree?