What is the basic concept of java?
No Answer is Posted For this Question
Be the First to Post Answer
What will be the default values of all the elements of an array defined as an instance variable?
Can we override private method?
what are the differences between java and .net?..why u choose java?
Does java set allow duplicates?
How many types of array are there?
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); } }
Can an unreferenced object be referenced again?
Features of Java?
Can we compare two strings in java?
Are arrays passed by reference in java?
What about main() method in java ?
How many types of keywords are there?