Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password

Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.

Object Oriented Programming [Finals]

        Help!  

Question
Answer
show HelloWorld  
🗑
show Netbeans Matisse  
🗑
Dennis Ritchie developed Java?   show
🗑
What is the use of Access modifier "public" in Java language?   show
🗑
API stands for Application Programming Interface   show
🗑
A Netbeans feature that gives it an extensible Component Palette pre-installed Swing and AWT components, showing a components tree and properties, automatic code generation and full JavaBeans support.   show
🗑
out is a public static   show
🗑
show True  
🗑
show False  
🗑
The main method is declared private so that it is accessible as part of the private interface of the program.   show
🗑
show James Gosling  
🗑
show False  
🗑
show False  
🗑
It is a class used to get user input.   show
🗑
Oke was the original name of Java   show
🗑
show True  
🗑
Scanner class is found on java.util package.   show
🗑
String args[] in main method are used for? public static void main(String args[]) { // }   show
🗑
show False  
🗑
What is the default return type of a method in Java language?   show
🗑
static is a not the state of a method   show
🗑
show False  
🗑
double and float data types are used for numbers with decimal places   show
🗑
show False  
🗑
show HelloJava  
🗑
show True  
🗑
show project system  
🗑
A Netbeans feature that provides XML, DTD and CSS Text Editor and XML Productivity Tools Wizards to help user generate codes.   show
🗑
Correct way of displaying a string output is: System.out.println(“some text here”);   show
🗑
show nextByte()  
🗑
show False  
🗑
show Enterprise Edition  
🗑
show True  
🗑
show False  
🗑
The goal in developing netbeans was to write a Delphi- like Java IDE in Java for the first time.   show
🗑
A string is enclosed with double quotation marks.   show
🗑
show True  
🗑
show Integrated Development Environment  
🗑
main method is int because the Java interpreter does not expect to receive or process any output from the class.   show
🗑
show False  
🗑
Every statement in Java language should end with ":"?   show
🗑
A method that provides string formatting   show
🗑
The goal in developing netbeans was to write a python- like Java IDE in Java for the first time.   show
🗑
show False  
🗑
show True  
🗑
The main method is declared public so that it is accessible as part of the public interface of the program.   show
🗑
show True  
🗑
show True  
🗑
show True  
🗑
show False  
🗑
Netbeans Matisse supports internationalization, and industrial look-and-feel rules, which is very important for large scale application meant to be spread world wide.   show
🗑
show Rectangle  
🗑
show False  
🗑
A feature of java that means that the Java interpreter can execute the bytecodes directly on any machine to which the interpreter   show
🗑
An IDE consists of a debugger   show
🗑
In standalone Java applications, which method is mandatory?   show
🗑
A function in C language is similar to what in Java language?   show
🗑
show False  
🗑
show Webrunner  
🗑
show True  
🗑
show False  
🗑
show True  
🗑
show NetBeans Profiler  
🗑
Every statement in Java language should end with ","?   show
🗑
int has a width of 4 bytes   show
🗑
show True  
🗑
long has a value that ranges from -32768 to 32767   show
🗑
It reads a double value from the user   show
🗑
show False  
🗑
A Netbeans feature that provides the services common to almost all large desktop applications such as: window, menu, settings management and storage, file access and more.   show
🗑
A multi-line comment enclosed within /* …. **/   show
🗑
String is a derived data type   show
🗑
show False  
🗑
All methods and variables in Java language are kept inside a?   show
🗑
static is a not the state of a method   show
🗑
boolean data type has only two values   show
🗑
An IDE doesn't have various tools to simplify the construction of a GUI.   show
🗑
A java edition that lets you develop and deploy Java applications on desktops and servers.   show
🗑
static is a state of a method   show
🗑
The System keyword defines a template for an object of derived type HelloWorld   show
🗑
"\\\" is an escape character for printing '\'.   show
🗑
double and float data types are used for numbers with decimal places   show
🗑
Java is a portable language that could run on any platform. The language was able to do this by generating intermediate code for a hypothetical computer called a virtual machine.   show
🗑
nextInt() reads a integer value from the user.   show
🗑
A string is enclosed with single quotation marks.   show
🗑
A feature of java that means Java technology is designed to support applications that will be deployed into heterogeneous network environments   show
🗑
show True  
🗑
A java edition that rich user interface, performance, versatility, portability, and security that today's applications require.   show
🗑
Because of the Netbeans IDE's Compile on Save feature, you have to manually compile your project in order to run it in the IDE.   show
🗑
show False  
🗑
The Java compiler generates   show
🗑
When you save a Java source file, the IDE doesn't automatically compiles it   show
🗑
A bytecode is interpreted by the JVM.   show
🗑
show False  
🗑
show java.util  
🗑
Correct command for running a java application named "HelloWorld.java" using console   show
🗑
show False  
🗑
show False  
🗑
[True or False] nextDbl () reads a double value from the user.   show
🗑
Choose a Single Line Comment in Java Language below? Group of answer choices /*Some comments*/ */Some comments/* Some comments// //Some comments   show
🗑
[True or False] %n is for new line   show
🗑
[True or False] An IDE has build-automation tools.   show
🗑
[True or False] short has a width of 4 bytes   show
🗑
Original name of Java   show
🗑
show println()  
🗑
show True  
🗑
[True or False] A documentation or javadoc comment is enclosed /** and */   show
🗑
show False  
🗑
show .class  
🗑
show Simple, object-oriented, and familiar  
🗑
show True  
🗑
show All the above  
🗑
show javadoc  
🗑
show False  
🗑
show True  
🗑
[True or False] Scanner class used to get user input   show
🗑
show Code Editor  
🗑
[True or False] All methods and variables in Java language are kept inside a method?   show
🗑
show False  
🗑
show False  
🗑
A valid Identifier or name in Java language can start with which character? Group of answer choices option1: a-z, A-Z both option1 and option2 0-9 option2: $, _   show
🗑
show \n  
🗑
show NetBeans Mobility Pack  
🗑
A java edition that provides a robust, flexible environment for applications running on embedded and mobile devices in the Internet of Things   show
🗑
[True or False] out keyword accepts output data   show
🗑
File extension name of a java file.   show
🗑


   

Review the information in the table. When you are ready to quiz yourself you can hide individual columns or the entire table. Then you can click on the empty cells to reveal the answer. Try to recall what will be displayed before clicking the empty cell.
 
To hide a column, click on the column name.
 
To hide the entire table, click on the "Hide All" button.
 
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
 
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.

 
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how
Created by: AdoKwatro