Difference between linkedlist and arraylist.
No Answer is Posted For this Question
Be the First to Post Answer
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }
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 audio clip interface? Name few methods of it ?
Explain methods specific to list interface?
Can a class have more than one object?
What are Inner classes?
What is difference between static class and normal class?
Differece between class and generic class?
How is a structure different from array ?
What does t in java mean?
When super keyword is used?
What is JVM ? use of JVM?