0% found this document useful (0 votes)
105 views2 pages

Facebook Page

The document provides 20 questions on Java programming concepts for an exam. It covers topics such as how Java is platform independent, vectors, string buffers, object-oriented programming differences between Java and C++, keywords like final and synchronized, exception handling, packages, multithreaded programming, applets, interfaces, file I/O, layout managers, and more. It also lists traditional C/C++ programs and applet programs students should practice for the exam.

Uploaded by

Nazly Razack
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views2 pages

Facebook Page

The document provides 20 questions on Java programming concepts for an exam. It covers topics such as how Java is platform independent, vectors, string buffers, object-oriented programming differences between Java and C++, keywords like final and synchronized, exception handling, packages, multithreaded programming, applets, interfaces, file I/O, layout managers, and more. It also lists traditional C/C++ programs and applet programs students should practice for the exam.

Uploaded by

Nazly Razack
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

BCA & MCA (IGNOU)

http://www.ignouassignmentguru.com

OOT and JAVA Programming


SELECTED QUESTIONS OF JAVA FOR EXAM 2016-2017

1. How java becomes a platform independent language? Write the major features
of java program.

2. What is vector? Why it is called dynamic array? How it is implemented using


array?

3. What is string buffer class? How it s differ from string class. Write some basic
functions of string manipulation.

4. What do you mean by object oriented programming language. What are the
basic difference between java & C++

5. Explain the following terms

a> Jdk & Jvm

b> Synchronized key word

c> Super keyword & this keyword

d> Array of array

e> Throw & throws

6. What is final keyword? Explain various use of final keyword . write a program
to find the radius of circle using final

keyword.

7. What do you mean by static binding & dynamic binding. How java implements
these features? Explain with example.

8. What is exception class? List some system defined Exception provided by


1
IGNOU ASSIGNMENT GURU Page-
Exception class.

9. What do you mean by error Handling in java? How we can define our own
Exception? Explain with example.

10. What is Package? List some system defined package used in java. also
explain access control in package.

11. What do you mean by multithreaded programming. Explain thread life cycle
with example.

12. What do you mean by applet ?how applet program can be used in java. Write
a program to print “HELLO WORLD” through applet.

/ignouassignmentfree
BCA & MCA (IGNOU)
http://www.ignouassignmentguru.com

13. What do you mean by initialization & finalization ? how finalization can be
achieved in java? Explain with example.

14. What is applet life cycle? How we can pass a parameter in applet program.
Explain with example

15. Write a program to check the given string is palindrome or not?

16. What is interface. How it can implements multiple inheritance using interface?

17. Write a program to count the number of lines, words, & character of a given
file.

18. What do you mean by layout manager classes? Explain any four layout
manager classes in brief. (only for IGNOU)

19. Write an applet program to change the background color according to given
button

20. Write an applet program to scroll the string left to right.

21. Write a program to sort an array of string in java.

22. Write short notes on the followings. ( only for IGNOU )

a> Servlets life cycle

b> RMI

c> JDBC & its components

d> AWT component & container classes

NOTE:- STUDENTS HAS TO ALSO PRACTICE SOME FOLLWING PROGRAM

• Some traditional program of c


2
IGNOU ASSIGNMENT GURU Page-
• Some traditional program of c++ using class & object and inheritance

• Some applet program to print different shapes and calendar ,date & time , digital
clock etc.

/ignouassignmentfree

You might also like