Description: programming languages Online Quiz - 28 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
The below statement returns ?executeUpdate(String sql)...
Output Stream corresponding to the Sequence Input Stream
Try catch block should be used whenever
StringTokenizer st= new StringTokenizer(String s). The output string is tokenized based on
Vector.size() refers to the space alloted to the vector
You can override private virtual methods?
C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?
You can declare the override method static while the original method is non-static.
Whats the implicit name of the parameter that gets passed into the class set method?
You Can inherit multiple interfaces.
Choose the false statement among these?
In order to use a servlet for handling the submission of a web form, subclass HttpServlet() and put service code in ______
The list of locations for the compiler to search in order to resolve class names at compile time is called _______
The peerless components are called
In Java, a source file is officially called a compilation unit
An _________ is a special kind of Java program that is designed to be transmitted over the Internet
When you read your e-mail, you are viewing _________ data
Java support RMI. What does this RMI stands for?
enum is a Keyword in Java, introduced from J2SE 5
Java enables the creation of cross-platform programs by compiling into an intermediate representation called Java