What is the static field modifier?
Are global variables initialized to zero?
Why do we override tostring method in java?
What releases of Java technology are currently available? What do they contain?
Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?
Can java program run without jre?
what is thread in Java ?
how to handle exceptions in ejb?
What is string in java?
Which collection is best for sorting in java?
What is application system?
Define linked list and its features with signature?
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???