Answers

Question and Answer:

  Home  Core Java

⟩ Explain about Java assignment statement?

After declaring a variable, it should be initialized explicitly. Uninitialized variable can never be used. To a declared variable you must assign a variable name on the left, equal sign and a java expression should have a appropriate value to the right.

 132 views

More Questions for you: