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 2841when 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??
1598int 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!
1904
What is the difference between heap and stack memory?
You're given a Boolean 2D matrix, can you find the number of islands?
How to call stored procedure in spring framework?
What are spring boot metrics? : Spring Boot
What are the four integer types supported by java?
What is jdbc resultsetmetadata interface?
What is spring mvc?
What is JDBC API and when do we use it?
What are the advantages of using preparedstatement over statement?
How does the @requestmapping annotation work?
Enlist few advantages of inheritance?
What is java ee sdk?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
Explain about struts?
Why swings are called lightweight components?