Is &&= a valid Java operator?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
no &= is a valid operator not &&=
| Is This Answer Correct ? | 21 Yes | 2 No |
What is JDK? Mention the variants of JDK?
Why are the destructors for base class and derived class called in reverse order when the program exits
What is a line break?
How do you sort in ascending order in java?
What is final method?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Is the milky way in a void?
What is boolean false?
What is static variable with example?
Can we use static class instead of singleton?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
How do you use spaces in java?