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 |
How do you write a conditional statement?
Define a package.
What are the main differences between the java platform and other platforms?
Can any one say how will sort map objects in java?
Why are constructors used?
Is java a software?
Explain wait() method of object class ?
What is meant by class loader and how many types are there?
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
Can we override static methods?
18 Answers Bally Technologies,
What are the types of exceptions?
What is the difference(or similarity if there are some) between object and a variable?