Choose a topic to test your knowledge and improve your J2EE skills
What exception is thrown when Servlet initialization fails?
The classes in the _________ directory must be available for the βClassloaderβ of the application?
Which of the following statements are correct about the status of the Http response?
Why are beans used in the J2EE architecture instead of writing all the code in the JSPs?
What is correct about JSP Scriptlets ?
Which method is called first each time a servlet is called?
What is the scope of response object?
In JSP, how can you tell which HTTP method (GET or POST) is being used by the client request?
What is the difference between using βforwardβ and βsendRedirect()β?
How can a servlet call a JSP error page?
Any client request to access resources in the WEB-INF/ directory must be returned with a ________?
Which of the following is not an implicit object in JSP?
Which of the following is a challenge in a J2EE?
Which of the following is not a J2EE client?
Which of the following is not a web centric component?
Which of the following is not a reserved word?
Which one of the following that controls communication between tiers in J2EE multi tiers architecture?
Which of the following act as an interface between a component and the low level platform?
Which of the following is not a feature of Message Driven Bean?
A JMS message producer is created by
Which technology provides the flexibility to swap between XML processors with no application code changes?
Which is the serializable interface
Abstract class canβt be final in java.
It is ________ to have an abstract method.
How many abstract classes can a single program contain?
Which is a wrapper class?
Attribute in an applet tag is _________
Attribute in an applet tag is _________
JSP expression is represented by _____
JSP directive is represented by _____
What will specify IS A relationship?
Abstract class can be ______
log() method is available in which interface?
If a table has 2 columns with NOT NULL and UNIQUE constraints on it ..what will be the candidate/ primary key?
Super key can be of ______
Implicit cursors will be used in _____
comparison operator in SQL
How to give the title to a table?
How to give the italics style in html
What is the immediate superclass of Applet class?
______ class is a wrapper class for the character data type.
Which operator is used as a termination operator in SQL?
Return type of getparameter(string) is _______
Servlet is ______
ER diagram is __________
What will be the column heading for the given query? SELECT sal*10 supply FROM emp;
The syntax for the frame _______
_______ is the superclass of all classes that are in input streams.
Classloader is a part of _______
The argument for the service method
The package of Generic Servlet is ________
Array in java is ________