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

Java Programming Concepts Overview

The document outlines 5 units that cover topics in Java programming including command line arguments, data types, classes, inheritance, exceptions, strings, threads, and JDBC. Each unit lists several programming concepts that will be covered.

Uploaded by

NAGASAI
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)
3 views1 page

Java Programming Concepts Overview

The document outlines 5 units that cover topics in Java programming including command line arguments, data types, classes, inheritance, exceptions, strings, threads, and JDBC. Each unit lists several programming concepts that will be covered.

Uploaded by

NAGASAI
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

Unit 1

1) Command line argument


2) Data types
3) Type casting
4) Static variables and methods
5) operators
6) procedence and associativity
7) Control statements

Unit 2
1) Class declaration and members
2) Access control
3) constructor methods
4) pass by value and reference
5) overloaded method and constructors
6) recursive and overridding method.

Unit-3
1) Arrays
2) Types of inheritance
3) default methods in interface
4) nested interfaces
5) static methods

Unit 4
1) class path
2) wrapper class
3) auto boxing and unboxing
4) class object
5) Exception handling
6) class math

Unit 5
1) comparison of strings
2) class string
3) class string buffer
4) creation of new threads
5) JDBC architecture and batch processing
6) JDVC application
7) thread class

You might also like