Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) How to migrate the weblogic domains Existing physical box to New box ? Assume:I have 2 Domains and 5 ms servers and i have deploy the application in managed servers in cluster Envirolment how to migrated? any budy give me steps ?
IBM,
1 2749when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
1544int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
1831
Can a class be declared as static?
what is the messsage u r going to get from an objectoriented programing?
Can we override constructors?
What are different types of encoding?
Can we define static methods inside interface?
Explain what is the procedure to configure jms security?
Which java ide is used the most?
What is mean by exception?
What is derived datatype?
What do you mean by ejb?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is the unit of plancks constant?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
Why do we need view resolver in spring mvc and what is an internal view resolver in spring?
What is second level cache in hibernate?