0% found this document useful (0 votes)
57 views1 page

Unit-I: Reference Books

The document outlines 4 units that cover Java fundamentals like object oriented programming, variables, operators, control statements, and classes. It also discusses multithreaded programming, string handling, and lists reference books.

Uploaded by

Ritesh Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views1 page

Unit-I: Reference Books

The document outlines 4 units that cover Java fundamentals like object oriented programming, variables, operators, control statements, and classes. It also discusses multithreaded programming, string handling, and lists reference books.

Uploaded by

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

UNIT-I

An overview of Java: Object oriented programming, Two paradigms, abstraction, OOP


principles, Java class libraries Date types, variables and arrays:-Integers, floating-point types,
characters, Boolean, Iterates, Variable, Data types and casting, automatic type promotion in
expressions arrays.
Operators: -Arithmetic operators, bit wise operators, relational operators, Boolean logical
assignment operators, the? Operator, operator precedence Control

UNIT-II
Statements: -Java's selection statements, iteration statements, jump statements Introduction to
classes: Class fundamentals, declaring object reference variable, Introducing methods,
constructors, the key word, garbage collection, the finalize () method. Methods and Classes
:-Overloading methods, using objects as parameters ,classes, using exceptions.

UNIT-III
Multithreaded Programming: The Java thread model, the main thread, creating thread, creating
multiple thread, using is alive () and join (). Thread priorities, synchronization, Inter thread
communications, suspending resuming and stopping thread using multithreading

UNIT-IV
String handling: The string constructor, string length, special string operator character extraction,
string comparison, searching string, modifying string, data conversion, changing the case of
characters, string buffer.

Reference Books

1. Balaguruswamy, E.: Programming with Java, TMH.

You might also like