Short simple questions — Set 8

1 What is meant by RMI ?

2 Explain RMI Architecture ?

3 What is meant by a stub ?

4 What is meant by a skelotn ?

5 What is meant by serialisation and deserialisation ?

6 What is meant by RRL ?
Resilient Routing Layers implementation.

7 What is the use of TL ?

8 What is RMI Registry ?

9 What is rmic ?

10 How will you pass parameter in RMI ?

11 What exceptions are thrown by RMI ?

12 What are the steps involved in RMI ?

13 What is meant by bind(), rebind(), unbind() and lookup() methods

14 What are the advanatages of RMI ?

15 What is JNI ?

16 What is Remote Interface ?

17 What class is used to create Server side object ?

18 What class is used to bind the server object with RMI Registry ?
Naming.rebind( , );

19 What is the use of getWriter method ?

20 What is meant by Javabeans ?

21 What is JAR file ?
An archieve of java classes.
22 What is meant by manifest files ?

23 What is Introspection ??????????

24 What are the steps involved to create a bean ?

25 Say any two properties in Beans ?

26 What is persistence ?

27 What is the use of beaninfo ?

28 What are the interfaces you used in Beans ?

29 What are the classes you used in Beans ?

30 What is Entity Bean and Session Bean ?

31 What are the methods of Entity Bean?

32 How does Stateful Session bean store its state ?

33 Why does Stateless Session bean not store its state even though it has
34 ejbActivate and ejbPassivate ?

35 What are the services provided by the container ?

36 Types of transaction ?

37 What is bean managed transaction ?

38 Why does EJB needs two interface( Home and Remote Interface) ?

39 What are transaction attributes ?

40 What is the difference between Container managed persistent bean and Bean

41 managed persistent entity bean ?

42 What is J2EE ?

43 What is JTS ?

44 How many entity beans used and how many tables can u use in EJB project ?

45 What is scalable,portability in J2EE?

46 What is Connection pooling?Is it advantageous?

47 Method and class used for Connection pooling ?

48 How to deploy in J2EE(i.e Jar,War file) ?

49 How is entity bean created using Container managed entity bean ?

50 Sotware architechture of EJB ?

51 In Entity bean will the create method in EJB home and ejbCreate in Entity bean have the same parameters ?

52 What methods do u use in Servlet – Applet communication ?

53 What are the types of Servlet ?

54 Difference between HttpServlet and Generic Servlets ?

55 Difference between doGet and doPost ?

56 What are the methods in HttpServlet?

57 What are the types of SessionTracking?

58 What is Cookie ? Why is Cookie used ?

60 If my browser does not support Cookie,and my server sends a cookie instance What will happen ?

Leave a Reply