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