Answer Posted / rams
The mistakes in the syntax are resulted as errors
the mistakes in the logic of a program resulted as exceptions.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Explain about complier design(phases)
Difference between string, stringbuffer and stringbuilder?
Why scanner is used in java?
What is the transient keyword?
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. (
How can we create an immutable class in java?
What language is pass by reference?
What is constructor and its types?
What is an interface in java? Explain
Can we compare two strings in java?
What is meant by flickering?
Which method must be implemented by all threads?
How do you calculate square roots?
Do I need java on my computer?
What defines function?