Can we use switch statement with strings?
Explain about transient variables in java?
What are the types of arrays in java?
What are design patterns and please explain?
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); } }
How we create object in copy constructor?
Explain about complier design(phases)
0 Answers Aditi Placement Service,
how can be object class inherited to all class in a program when java does not support multiple inheritance??
What is a Hash Table? What are the advantages of using a hash table?
How many static init can you have?
What is Hash Code in Java?
Define canvas?
What is import java util arraylist?