Computer Applications
Related Questions
Read the following text and choose the correct answer:
BlueJ version is a menu driven approach for Java programming. It allows the users to carry out different tasks by clicking the options available on the menu bar.
Which is the most suitable statement for BlueJ from the following?
- It is a window based platform.
- It is a DOS based platform.
- It is a window based and DOS based platform.
- Every task is performed by typing the commands on the screen.
Which keyword includes a package in a Java program?
- new
- public
- import
- class
…………… statement displays the result in Java programming.
- System.print()
- Print()
- System.printout()
- System.out.println()