OBJECT-ORIENTED PROGRAMMING Flashcards
(158 cards)
A string is enclosed with single quotation marks.
False
One of the tools for Object oriented design includes class hierarchy diagram
True
Netbeans started as a student project called Selfie
False
All methods and variables in Java language are kept inside a method?
False
James Gosling works for ____________ when they developed java?
Sun Microsystems
Scanner class is found on java.io package.
false
byte has a maximum value of 127
True
int has a width of _ bytes
4
float has a width of _ bytes
8
println does not belong to the System class.
False
A Netbeans feature that provides information about the runtime behavior of applications
NetBeans Profiler
The main method is declared public so that it is accessible as part of the public interface of the program.
True
The goal in developing netbeans was to write a Delphi- like Java IDE in Java for the first time.
True
Most IDEs today doesn’t have GUI modeling utilities that simplify the development of UIs.
false
A valid Identifier or name in Java language can start with which character?
option1: a-z, A-Z
option2: $, _
The System keyword defines a template for an object of derived type HelloWorld
False
It is a derived data type
String
Scanner class is found on what java package?
java.util
In standalone Java applications, which method is mandatory?
main method
A java edition that provides a robust, flexible environment for applications running on embedded and mobile devices in the Internet of Things
Micro Edition
API stands for
Application Programming Interface
All methods and variables in Java language are kept inside a?
Class or Interface
A feature of Netbeans that makes it easy to create, deploy and import java beans.
Enterprise Java Beans (EJB) Development
boolean data type has only two values
true