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 4890What 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 48921) 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 7500which of the following authentication is stronger than the others? a. Http Basic b. Http DIGEST c. Form based
1 2959which deployment descriptor element is used to configure the authentication method? a. auth-config b. login-config c. sec-config
1 4529Post New Advanced Java Questions
What is ripple effect?
If your ui seems to freeze periodically, what might be a likely reason?
What is the relationship between an event-listener interface and an event-adapter class?
What happens when a thread cannot acquire a lock on an object?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What restrictions are placed on the values of each case of a switch statement?
What is table mutation and how do you avoid it?
What is a session? Can you share a session object between different theads?
What are the benefits of detached objects?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
Difference between swing and awt?
Difference between loadclass and class.forname?
Can I run seam with jdk 1.4 and earlier?