programming languages Online Quiz - 53
Description: programming languages Online Quiz - 53 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
How can we give an pass phrase (like password) to a file ,to restrict its access ?
Linux aliases are recursive!!
What are the extended regular expression operators?
Usually , system information present in this folder (in a unix system)?
In which scenario ,tail is being used for real time log file monitoring?
What must be implemented by all Servlets?
Which of the following denote the type of protocol supported by HttpServlet?
What is the number of bytes used by Java primitive long?
Choose the false statement among these?
Implementations of servlets includes what?
Which of the following helps in garbage collection?
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?
Which of the following is used to check in particular page the session will be alive or not?
Choose the correct statement from the given choice?
A constructor is used to
What does the following expression return? Math.max(Float.POSITIVE_INFINITY,Double.POSITIVE_INFINITY);