Is char a data type in java?


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

Post New Answer

More Core Java Interview Questions

IS method overriding is Duplication of Methods?

5 Answers   CybAge,


What is deadlock and how to avoid this?

2 Answers  


4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (

0 Answers  


Explain the Propertie sof class?

0 Answers  


What is diffrance between FINALIZE() & FINALLY ?

2 Answers   Infosys,






Explain the difference between the Boolean & operator and the && operator?

1 Answers  


What does jenkins do?

0 Answers  


What is data object example?

0 Answers  


What is the purpose of using break in each case of switch statement?

0 Answers  


How many types of java are there?

0 Answers  


What is default locale java?

0 Answers  


What is an infinite loop?

0 Answers  


Categories