813
Page views
5
Files
1
Videos
1
R.Links

Icon
Syllabus

UNIT
1
Internet and Java Fundamentals

Introduction - What’s Special about internet – Internet Access – Internet Basics – Internet Protocols – Internet Addressing – HTML tags. Intranets: Characteristics of Intranet – Advantages of Intranets - Drawbacks of Intranets. Java fundamentals: Introduction- Java Program Structure – Java Tokens – Constants, Variables , Data types , Declaration of variables, Scope of variables, symbolic constants, Type Casting

UNIT
2
Decision making branching and Looping

Introduction, Simple If Statement, The If-Else Statement, Nesting of If…Else statements, The Else If Ladder, Switch Statement, The ?: Operator. Decision making and looping. Decision making and Looping: Introduction, While Statement, Do statement, for statement, Jumps in loops, Labeled loops

UNIT
3
Classes Objects and methods

Defining a class- Fields declaration – methods declaration - Creating objects- Accessing class- Methods of Overloading- Static members- Nesting of methods-Inheritance. Multithreaded Programming: Introduction-Creating threads-Extending the thread class-Stopping and blocking a thread-Life cycle of thread-Using thread methods-Thread exceptions-Thread Priority-Synchronization.

UNIT
4
Interface

Introduction- Defining interfaces- Extending interfaces- Implementing interface- Accessing interface. Package: Java API Packages – Creating Packages Accessing Packages – Using a Package - Adding a class to a package.

UNIT
5
Applet Programming

Introduction- How Applets differ from Applications- Preparing to Write Applets- Building Applet Code- Applet Life Cycle- Creating an Executable Applet – Designing a Web Page- Applet Tag- Adding Applet to HTML File- Running the Applet

Reference Book:

2. “Programming with JAVA” by E.BALAGURUSAMY 6th Edition

Text Book:

1. “Fundamentals of Information Technology“by Alexis Leon, Mathews Leon Published by Leon Tech World, Chennai. Unit 1:Chapter21 – Sections s21.1 – 21.15, 21.17 Chapter 23 – Sections s23.2 – 23.4 2. “Programming with JAVA” by E.BALAGURUSAMY 3rd Edition- 2008 Tata MC Graw Hill. Unit 1:Chapter3 – Sections 3.1, 3.5, 3.6. Chapter 4 – Sections 4.2 – 4.5, 4.7 – 4.9. Unit 2: Chapter 6 – Sections 6.1 – 6.8. Chapter 7 – Sections 7.1 – 7.6. Unit 3: Chapter 8 – Sections 8.2 to 8.6, 8.8 - 8.11. Chapter 12 – Sections 12.1 - 12.9. Unit 4: Chapter 10 – Sections 10.1 – 10.5. Chapter 11 – Sections 11.2, 11.5 – 11.8. Unit 5:Chapter 14 – Sections 14.1 - 14.10

 

Print    Download