Object-Oriented programming is the heart of modern software development. Since 1967 a language named Simula 67 gives most of the key concepts of OOP like class, objects, OOP was supported by many languages like Smalltalk, C++, Java
Presently Java is the most popular object oriented programming language. It is not just a language but it is accepted as a technology. It supports web and internet related applications.
Java was designed to be a simple, object-oriented, multithreaded, platform-indipendent language. It is closely related to C++, but omitting the complex features like operator overloading, multiple inheritance, pointer arithmetic.
This book Useful for BCA, MCA, B.Tech Student.
Chapter 1. Introduction To Java
Chapter 2. Creating Compiling And Running A Java Program
Chapter 3. Data Types And Keywords In Java
Chapter 4: Variables Operators And Control Statements
Chapter 5:basics Of Object Oriented Programming
Chapter 6: Scope, Access Specifier And Some Special Keywords
Chapter 7. String And Stringbuffer Class
Chapter 8: Java Input And Output
Chapter 9: Java Utility Pack
Chapter 10: Java Exception Handling
Chapter 11: Java Applet Programming
Chapter 12: Java Thread And Multithreading
Chapter 13: Abstract Window Toolkit
Chapter 14:swing And Jfc
Chapter 15: Event Handling
Chapter 16: Java Database Connectivity
Chapter 17: Java Networking
Chapter 18: Remote Method Location
Chapter 19: Serviet
Chapter 20: Project: Student Record Keeping System