What is the difference between session and entity beans?
No Answer is Posted For this Question
Be the First to Post Answer
What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }
what is the use of Object Factories?
Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...
Why JDBC has introduced
what is singleton class? where it mainly used in the projects?
whats is mean by class.forName() whats the return type of class
How u validate date in DD/MM/YY format. and how u validate money in ur jsp
3 Answers Ashok Leyland, Satyam, Tech Mahindra, Tomax,
How JNDI is used in JMS ?
Differences between applications and applets?
How substring() method of string class create memory leaks?
how i secure my site with the https protocol.what are the steps?
What is a modular application? What does module-relative mean?