Is array a class?


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

Post New Answer

More Core Java Interview Questions

How do I know if java is installed?

0 Answers  


What is a void in java?

0 Answers  


How many types of constructors are used in java?

0 Answers  


What is a linkedhashmap java?

0 Answers  


What are methods of a class?

0 Answers  






Which java ide is used the most?

0 Answers  


When we give defination of interface method in the class why method must be public???

2 Answers  


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


What is substring in java?

0 Answers  


How many techniques can be employed to create a string object?

0 Answers  


how can you retrive information from database by using hashmap/arraylist ,plz explain with example briefly?

1 Answers   Satyam,


Explain java coding standards for variables ?

0 Answers  


Categories