Answer Posted / ashoknew@gmail.com
No. true and false are literals.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain the selection sort algorithm and state its time complexity?
What is constructor chaining in java?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What are wrapped classes in java programming?
What are the loops in java?
How can we find the sum of two linked lists using stack in java?
Can we serialize static variables in java?
Why java is object oriented?
What is the meaning of variable in research?
Are global variables initialized to zero?
What will happen if static modifier is removed from the signature of the main method?
How to stop a thread in java? Explain about sleep () method in a thread?
What is the difference between class & structure?
Describe 2 different ways to concatenate two strings.