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?
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); } }
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);