Can we use switch statement with strings?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Explain about transient variables in java?

0 Answers  


What are the types of arrays in java?

0 Answers  


What are design patterns and please explain?

0 Answers  


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); } }

3 Answers   IBM, Ramco,


How we create object in copy constructor?

0 Answers   HCL,


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??

4 Answers  


What is a Hash Table? What are the advantages of using a hash table?

0 Answers   Ciena,


How many static init can you have?

0 Answers  


What is Hash Code in Java?

6 Answers   Cognizant,


Define canvas?

0 Answers  


What is import java util arraylist?

0 Answers  


Categories