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???
No Answer is Posted For this Question
Be the First to Post Answer
Is array synchronized in java?
What is a consumer in java?
Explain static nested classes ?
Is there any limitation of using inheritance?
Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.
Can there be an abstract method without an abstract class?
What is OOP's Terms with explanation?
What is string and example?
When should we create our own custom exception classes?
program to validate the IP address? Validity range should be 0 to 255
What is string builder in java?
What are the differences between string, stringbuffer and stringbuilder?