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
The list of locations for the compiler to search in order to resolve class names at compile time is called _______
Choose the false statement among these?
Whats the implicit name of the parameter that gets passed into the class set method?
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)...