0% found this document useful (0 votes)
44 views

Java Academics

This document outlines a 10-session basic Java programming course to teach core concepts like data types, variables, operators, control flow, functions, classes, objects, inheritance and packages. The course covers topics like conditionals, loops, strings, arrays, functions, classes, object-oriented principles and more, with each session spending 2-4 contact hours on the topic. Students will use IDEs like Netbeans or Eclipse to apply concepts to programming problems.

Uploaded by

Pro Indian Lover
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views

Java Academics

This document outlines a 10-session basic Java programming course to teach core concepts like data types, variables, operators, control flow, functions, classes, objects, inheritance and packages. The course covers topics like conditionals, loops, strings, arrays, functions, classes, object-oriented principles and more, with each session spending 2-4 contact hours on the topic. Students will use IDEs like Netbeans or Eclipse to apply concepts to programming problems.

Uploaded by

Pro Indian Lover
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Basic JAVA programming

PURPOSE To acquire the ability of applying various java


programming concepts for all domains and efficient
interpretation of real life problems.
COURSE PLAN:

session Description of Topic Contact


hours
1 Basics: 2
Java Programming Basics: Basic Program
Construction
Data Types, Variables, Constants
Type Conversion, Operators, Library
Functions
2 If else and switch: 2

3 Loops: 4
while
do-while
for-loop
4 Character: 2

5 Strings: 2

6 Array: 2

7 Function: 2
Simple Functions
Passing arguments
Returning values
Reference Arguments
8 Classes: 2

9 Oops: 2
Constructors and its types, Destructors
Passing Objects as Function arguments and
Returning Objects from Functions
Inheritance
Overloading Member Functions
10 Package: 2

Software required:
Neatbeans
Eclipse

You might also like