Computer Applications
Related Questions
Which of the following statements terminates the complete execution of a loop ?
- break
- continue
- terminate
- System.exit(0)
What is meant by Token? Name all the tokens which are used in Java.
What is an identifier ? What is the identifier forming rule(s) of Java?
What kind of program elements are the following ?
13, 'a', 4.38925, "a", main( )