Answer Posted / ravikiran(aptech mumbai)
no &= is a valid operator not &&=
Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
Can we override private methods?
What will happen when using pass by reference in java?
How can we find the sum of two linked lists using stack in java?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
Discuss different types of errors that generally occur while programming.
What is tochararray in java?
Convert a BST into a DLL and DLL to BST in place.
Why do we need hashset in java?
What language is pass by reference?
What does += mean coding?
What are the different types of multitasking?
Write a program to find the greatest of three numbers in java?
Why put method is idempotent?
Why does java have two ways to create child threads?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?