NEW
Font size
WorksheetsGRADE 10 JAVA INTRODUCTION
Total questions: 22
Worksheet time: 11mins
Who initiated the development of Java programming language?
James Gosling
Bill Gates
Linus Torvalds
Mark Zuckerberg
When was Java programming language released?
1995
2000
1985
2010
What is the slogan used to describe the cross-platform benefits of Java?
Write Once, Run Anywhere
One Language, Multiple Platforms
Universal Compatibility
Platform Independent
Which of the following platforms can Java run on?
Windows
Mac OS
UNIX
All of the above
What is the basic concept that needs to be understood to learn Java easily?
OOPS (Object Oriented Programming)
Functional Programming
Procedural Programming
Assembly Language
Which of the following text editors can be used to write Java programs?
Notepad
NetBeans
Eclipse
All of the above
What is the term used to describe the ability of Java programs to run on any machine without being dependent on the operating system?
Platform independent
Cross-platform
Operating system free
Universal compatibility
Is Java a case-sensitive language?
Yes
No
Depends on the version of Java
Depends on the operating system
Java was originally named:
Coffee
Oak
New C++
Duke
From where did Java get its name?
Coffee
Book
TV Programme
Initials of the developers of Java
Is Android based on Java?
True
False
When was Java released?
1975
1985
1995
2005
2015
Who invented Java?
James Gosling
Sergey Brin
Steve Jobs
Bill Gates
Tim Berners-Lee
What is the name of the Java mascot?
Duke
Ronny
Penguin
James
Jack
What was Java originally designed for?
Interactive TV
Internet
Gaming
Cars
Which company owns Java?
Sun microsystem
Microsoft
Apple
Intel
Java is a
Procedure Oriented Language
Structure Oriented Language
Object_Oriented Language
Machine Language
The name of the following should be the file name in Java
Object Name
Variable Nam
Class Name
Array Name
Java program is
Interpreted
Compiled
Java program does not run without below function
user()
system()
main()
void()
A ___________ file is created after successful compilation of a Java program.
Object file
Array file
Class file
String file
Java is
Machine dependent language
Machine independent language
