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
‹
›
Linux aliases are recursive!!
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?
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); } }
Choose the correct statement from the given choice?
What does the following expression return? Math.max(Float.POSITIVE_INFINITY,Double.POSITIVE_INFINITY);