What is difference between char array and string?


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

Post New Answer

More Core Java Interview Questions

What is a stringbuffer?

0 Answers  


What invokes a thread's run() method in java programming?

0 Answers  


How strings are created in java?

0 Answers  


why the constructor should be used in class,if there is no constructor what will happen?

4 Answers  


What are the differences between graph and tree?

0 Answers   Amazon,


Is hashset ordered?

0 Answers  


What are the 3 types of control structures?

0 Answers  


explain the classification of exception and hoew to handle the exceptions

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  


How many bytes is a char in java?

0 Answers  


How do you insert a line break?

0 Answers  


Explain importance of throws keyword in java?

0 Answers  


Categories