JDBC Stands For Jango Data Collection Java Database Connectivity Java Duty Connect Java Data Collection
JDBC Stands For Jango Data Collection Java Database Connectivity Java Duty Connect Java Data Collection
7 When the java source code .class file .object file .java file .cpp file
is compiled, _____is
generated.
8 API stands Application Application Application Actual program
for_________________. Programming Procedure Programme Interface
Interface Interface Interface
9 A____________is group of API Package Classes Object
classes and interfaces.
10 This package contains java.util java.lang java.io java.applet
classes and interfaces related
to input - output operations
11 The JDK contains set of .class file .object file .java file .exe file
_____________files to
develop java applications
12 Byte data type occupies 1 byte 2 byte 4 byte 8 byte
_________of memory.
13 Out of these which is not Must begin with a Space is not keyword is not Special symbol is
applicable to Identifier? digit allowed allowed not allowed
14 Which selection statement for statement while statement do … while if statement
allowed in java? statement
15 Which statement is known if …else if nested if switch
as case control statement?
16 Which is an entry control for statement while statement do… while if statement
statement? statement
17 ________is a copy of class objet data type array applet
which occupies memory.
18 It is specially used for Menu Neted If else nested for do while switch
Driven Program.
19 What are the class methods? member functions static members public members data members
20 Defining two or more method method pass by value pass by reference
methods within a class that overloading overriding
shares the same name, but
different parameter list
which is known
as__________
21 _________is a special static block constructor overloading overriding
member function, mainly
used to initialize an object.
22 Which is an exit control for statement while statement do… while if statement
statement? statement
23 Which is used to terminate break jump return this
any loop immediately?
24 A________is core of any object class constructor keyword
object oriented
programming language.
25 Out of these which is not Single Inheritance Multiple Multilevel Hybrid
type of inheritance? Inheritance Inheritance Inheritance
26 The class whose properties Super class base class child class this class
are being derived is called
as______________.
27 The clas which is deriving Super class base class child class this class
the properties the properties
is called as ________
28 A class which contains Super class base class abstract class public class
atleast one abstract method
is known as_________.
29 What is interface? set of data set of data set of data set of members
members and data members and members and and abstract
functions member abstract functions functions
functions
30 The keyword ________is implements extends import extract
used to extends an interface
with another interface.