Saturday, January 12, 2008

J2EE, C and C++ Interview Questions for Freshers

What is a void return type? View the Answer
How is it possible for two String objects with identical values not to be equal under the == operator? View the Answer
What is the difference between a while statement and a do statement? View the Answer
Can a for statement loop indefinitely? View the Answer
How do you link a C++ program to C functions? View the Answer
How can you tell what shell you are running on UNIX system? View the Answer
How do you find out if a linked-list has an end? (i.e. the list is not a cycle) View the Answer
How do you write a function that can reverse a linked-list? (Cisco System) View the Answer
Can a copy constructor accept an object of the same class as parameter, instead of reference of the object? View the Answer
What is a local class? Why can it be useful? View the Answer
What is a nested class? Why can it be useful? View the Answer
What are the access privileges in C++? What is the default access level? View the Answer
What is multiple inheritance(virtual inheritance)? What are its advantages and disadvantages? View the Answer
How do you access the static member of a class? View the Answer
What does extern “C” int func(int *, Foo) accomplish? View the Answer


What is Deck? View the Answer
What is a Servlet? View the Answer
What are the types of Servlet? View the Answer
What is difference between J2EE 1.3 and J2EE 1.4? View the Answer
How many development roles are involved in J2EE application? View the Answer
What does resource adapt module contain? View the Answer
What is OASIS? View the Answer
What is OMG? View the Answer
What is ORB? View the Answer
What is OS principal? View the Answer
What is JMS administered object ? View the Answer
What is JDBC ? View the Answer
What is Java 2 Platform, Enterprise Edition (J2EE)? View the Answer
What is IIOP ? View the Answer
What is asant ? View the Answer

No comments: