i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)
2 4992What 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); } }
2 50121) what is synchronization? 2)write a program to show synchronization ? 3) what is orm? 4) what is getTemplete method and hw u use it? 5)write a singleton program ? 6) what is IOC concept & explain it? 7) methods of spring? 8)explain spring framework? 9)what are the oops concept? 10)what r the diff types of exception? 11)what is AOP(assepct oriented programing)? 12)jsp life cycle? 13)servlet life cycle? 14)how to u catch ur exception when executing a query in hibernate? 15)write javascript function? 16)write a querry to join two tables? 17)wap to show inheritance and use of interface? 18)explain the project? 19)in spring bean class uses singleton or prototype? 20)Explain prototype?
1 7575which of the following authentication is stronger than the others? a. Http Basic b. Http DIGEST c. Form based
1 3016which deployment descriptor element is used to configure the authentication method? a. auth-config b. login-config c. sec-config
1 4612Post New Advanced Java Questions
What is the purpose of the finally clause of a try-catch-finally statement?
How substring() method of string class create memory leaks?
Name three component subclasses that support painting?
What is a class loader? What are the different class loaders used by jvm?
Name the class that is used to bind the server object with RMI Registry?
Do I have to use jsps with my application?
which type of objects reference will be given to client?
Why does the tag url-encode javascript and mailto links?
For which statements does it make sense to use a label?
Can I use multiple html form elements with the same name?
What is clustering? What are the different algorithms used for clustering?
What is difference between object state and behavior?
What is message driven beam?
What is the difference between a static and a non-static inner class?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?