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 2751when 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??
1547int 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
What is lambda programming?
Can a abstract class be declared final?
What is a virtual host?
Define persistent classes.
Can bool be null?
What is the difference between length and length () in java?
What is difference between array and vector?
Explain how data flows from view to db and reverse
What do you know about the different scope of spring bean?
How does hibernate cache work?
How do I start jms server?
What is final method in java?
What is csrf in spring security?
What are the types of exceptions?
What are the different types of features of the java collections framework? : java collections