Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) for example we have two boxes,one box it contain one adminserver & one managed servr and another box it contain one managed server.how to configuring the these server?
1 6042what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
1 5038Is success EJB3.0 in the Market? IF yes just explain main differences between EJB2.0 and EJB3.0.
1 5280Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?
L&T,
3 14126for example we are login into the irctc server from there it will go to the selected bank and deduct amount and come back to the irctc. so if we are developing this in java means will it be run on the same session. but as per my knowledge bank is separate and irctc is separate URL's so it will use two different sessions then how it is maintaining same session through out application and even it uses the payment gateway? how it is working can any one help me on that??
4386
How can you inject a java collection in spring?
What is java in detail?
Explain the use of javap tool.
Why is method overloading not possible by changing the return type in java?
What is bean in ejb?
Where import statement is used in a java program?
What is stateful bean in spring?
What are the benefits of ioc in spring?
Describe catalog subsystem and the tables used in wcs for managing this?
Why array is used in java?
What is the default size of arraylist in java?
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
What state does a thread enter when it terminates its processing in java programming?
Does spring boot require web xml? : Spring Boot
What is methods in java?