The Artima Developer Community
Sponsored Link

Java Answers Forum
Interview questions

1 reply on 1 page. Most recent reply: Sep 8, 2003 2:57 AM by Raja

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
priya

Posts: 6
Nickname: prish
Registered: Apr, 2003

Interview questions Posted: Apr 18, 2003 8:41 AM
Reply to this message Reply
Advertisement
Hi
I have interview tomorrow in java(Servlets,JSp,EJb)..So anyone can send questions with answers if possible...also what are all the questions i will get in projects


Raja

Posts: 1
Nickname: raj3
Registered: Sep, 2003

Re: Interview questions Posted: Sep 8, 2003 2:57 AM
Reply to this message Reply
Hi,
here u can find some interview type question for ejb

What is Entity Bean and Session Bean ?
What are the methods of Entity Bean?
How does Stateful Session bean store its state ?
Why does Stateless Session bean not store its state even though it has ejbActivate and ejbPassivate ?
What are the services provided by the container ?
Types of transaction ?
What is bean managed transaction ?
Why does EJB needs two interface( Home and Remote Interface) ?
What are transaction attributes ?
What is the difference between Container managed persistent bean and Bean managed persistent entity bean ?
What is J2EE ?
What is JTS ?
How many entity beans used and how many tables can u use in EJB project ?
What is scalable,portability in J2EE?
What is Connection pooling?Is it advantageous?
Method and class used for Connection pooling ?
How to deploy in J2EE(i.e Jar,War file) ?
How is entity bean created using Container managed entity bean ?
Sotware architechture of EJB ?
In Entity bean will the create method in EJB home and ejbCreate in Entity bean have the same parameters ?
What methods do u use in Servlet ? Applet communication ?
What are the types of Servlet ?
Difference between HttpServlet and Generic Servlets ?
Difference between doGet and doPost ?
What are the methods in HttpServlet?
What are the types of SessionTracking?
What is Cookie ? Why is Cookie used ?
If my browser does not support Cookie,and my server sends a cookie instance What will happen ?
Why do u use Session Tracking in HttpServlet ?
Can u use _javaScript in Servlets ?
What is the capacity the doGet can send to the server ?
What are the type of protocols used in HttpServlet ?
Difference between TCP/IP and IP protocol ?
Why do you use UniCastRemoteObject in RMI ?
How many interfaces are used in RMI?
Can Rmi registry be written in the code, without having to write it in the command prompt and if yes where?
Why is Socket used ?
What are the types of JDBC drivers ?
Explain the third driver(Native protocol driver) ?
Which among the four driver is pure Java driver ?
What are the Isolation level in JDBC transaction ?
How do you connect with the database ?
How do you connect without the Class.forName (" ") ?
What does Class.forName return ?
What are the types of statement ?
Why is preparedStatement,CallableStatement used for?
In real time project which driver did u use ?
Difference between AWT and Swing compenents ?
Is there any heavy weight component in Swings ?
Can the Swing application if you upload in net, be compatible with your browser?
What should you do get your browser compatible with swing components?
What are the methods in Applet ?
When is init(),start() called ?
When you navigate from one applet to another what are the methods called ?
What is the difference between Trusted and Untrusted Applet ?
What is Exception ?
What are the ways you can handle exception ?
When is try,catch block used ?
What is finally method in Exceptions ?
What are the types of access modifiers ?
What is protected and friendly ?
What are the other modifiers ?
Is synchronised modifier ?
What is meant by polymorphism ?
What is inheritance ?
What is method Overloading ? What is this in OOPS ?
What is method Overriding ? What is it in OOPS ?
Does java support multi dimensional arrays ?
Is multiple inheritance used in Java ?
How do you send a message to the browser in _JavaScript ?
Does _javascript support multidimensional arrays ?
Why is XML used mainly?
Do use coding for database connectivity in XML?
What is DTD ?
Is there any tool in java that can create reports ?

Flat View: This topic has 1 reply on 1 page
Topic: How to remove the copyright link from webpage? Previous Topic   Next Topic Topic: Process in JSP....urgent!!!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use