programming languages Online Quiz - 53
Description: programming languages Online Quiz - 53 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
What are the extended regular expression operators?
What is the number of bytes used by Java primitive long?
Choose the false statement among these?
Implementations of servlets includes what?
Consider the following piece of code byte x = 0; x += 1;
What will be the result of compiling following code public class SampleClass { final int j ; public static void main(String[] arguments) { System.out.println(new SampleClass().j); } }
All the wrapper classes (Integer, Boolean, Float, Short, Long, Double and Character)
Which of the following statement is False?
Choose the correct statement from the given choice?
What does the following expression return? Math.max(Float.POSITIVE_INFINITY,Double.POSITIVE_INFINITY);