Where pragma is used?
No Answer is Posted For this Question
Be the First to Post Answer
What is the byte range?
Can we iterate through collection using for loop?
Can we declare a static variable inside a method?
How do you override a private method in java?
import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }
What is an object class?
Is java written in c?
what is the use of StringBuffer?
How do you trim a space in java?
What is meant by class loader? How many types are there? When will we use them?
What is the major drawback of internal iteration over external iteration?
Why string is not thread safe?