Is &&= a valid Java operator?

Answers were Sorted based on User's Feedback



Is &&= a valid Java operator?..

Answer / palemraju

no. its noy a java valid operator

Is This Answer Correct ?    30 Yes 3 No

Is &&= a valid Java operator?..

Answer / ravikiran(aptech mumbai)

no &= is a valid operator not &&=

Is This Answer Correct ?    21 Yes 2 No

Post New Answer

More Core Java Interview Questions

Does any tag exists in HTML to upload and download files ?

3 Answers  


What is floor math?

1 Answers  


when we write class.forName("any one class"); what happens actually?what it will return?explain stepwise?

6 Answers  


What is static variable with example?

1 Answers  


If goto and const is reserve words than why it is not work in java?

1 Answers  


if the memory capacity is 700 presently occupied by process is 690. then another process request space(40) how this situation handled in java.

4 Answers   Wipro,


what is the use of bean managed and container managed with example?

1 Answers   EDS,


What are access modifiers?

1 Answers   Infosys,


1) Find the Merge point of two linked lists. 2) Swap two bits of integer. 3) Reverse individual words of the sentence. 4) Reverse string without using temp string.

2 Answers   HCL,


How do I run java on windows?

1 Answers  


why is S capital in System.out.println ????

6 Answers  


Can you override private or static method in java?

1 Answers  


Categories