aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes More Java Interview Questions Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply locked New topic
Author

More Java Interview Questions

Kevin Black
Greenhorn

Joined: Jan 30, 2003
Posts: 12
1) What's the advantage/disadvantage of using Struts?
2) How to serialize an object in session? Of if only want to serialize certain objects in session, how to do that?
3) How Hibernate/ORM working?
4) How to deploy an application in Websphere? (Ear deployment)
5) Transaction? If open multiple DBs and do transactions, how to control that?
Nik Arora
Ranch Hand

Joined: Apr 26, 2007
Posts: 652
Hi Kevin,
Post these questions in there related forums you will get the answers.


Regards,
Nik
[ September 18, 2007: Message edited by: Nik Arora ]
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12911
    
    3

Indeed - we have a Struts forum, an IBM/Websphere forum, a forum about servlets, a forum about JSP, a forum about EJB and other Java EE technologies, etc.

This forum is about the SCJP exam, but none of those questions have anything to do with SCJP, so I'll close this topic here. Please post your questions in separate posts to the appropriate forums.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: More Java Interview Questions
 
Similar Threads
Working with RDF
Serializing Connection instance
Inter servlet communication by means of session
HttpSession de-serialization
Storing an Object in the Session should be serializable??