programming languages Online Quiz - 98
Description: programming languages Online Quiz - 98 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
output of below Program public static voi main(String[] args) { ArrayList; al=new List();//1 al.add("bima");//2 al.add("hidimba");//3 System.out.println(al.size());//4 }
To repeat the iteration of loop we will use following statement ?
How to check version of perl on your machine ?
How to remove first element of a array?
what is output of print abs("123abc") ?
How to check if key exists in a hash or not ?
chomp(@array) will
Which function you will use to create object in perl?
Which special variable actually tells perl where to look for perl modules ?
How to length of string ?
How to compile a perl program?
Which subroutine you need to define in your package if you want to handle calls to non-existing subroutines?
What is the name of default namespace in perl?
Which of the following block executes at compile time?
Which function removes last character of a string?