What are the characteristics of java?


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

Post New Answer

More Core Java Interview Questions

How do you use parseint in java?

0 Answers  


Can arraylist contain null values?

0 Answers  


What is runtime locatable code?

0 Answers   Cognizant,


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


Difference between process and thread?

0 Answers   HP,






Can a final variable be manipulated in java?

0 Answers  


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


When does the compiler supply a default constructor for a class?

9 Answers   TCS,


Define class?

0 Answers  


What are the characteristics provided in jdk1.6 apart from other versions?

3 Answers   TCS,


Explain spliterator in java8?

0 Answers  


What do you understand by classes in java?

0 Answers  


Categories