programming languages Online Quiz - 1
Description: programming languages Online Quiz - 1 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/18
Correct 0
Score 0
‹
›
Which of the following aren't the methods for state/session management in the context of Servlets?
The variables local to the methods like service(), doPost() and doGet() are thread safe. True/False?
Which method cannot be called by a stateful session bean using bean-managed transactions?
Annonymous Inner classes are not possible within an Interface.