Programming in Java
- 2nd
- New Delhi Oxford University Press 2019
- xv, 678p. | Binding - Paperback | 24.2*18.5 cm
Programming in Java, revised 2nd edition, is primarily designed for the students of computer science, information technology, and computer applications. This edition has been updated to provide greater topical coverage as well as to incorporate Java 8 enhancements.
Starting with the basics of object-oriented concepts, the book gradually moves on to discuss all the essentials of Java. The topics covered include interfaces, packages, enumeration, exception handling, assertions, multithreading, generics, applets, event handling, AWT, and swings. In addition, the last chapter provides a glimpse of advanced topics such as JDBC, servlets, JSP, Java beans, and EJB. Table of contents
Introduction to OOP Getting Started With Java Java Programming Constructs Classes and Objects Inheritance Interfaces, Packages, and Enumeration Exception, Assertions, and Logging Multithreading in Java Input/Output, Serialization and Cloning Generics, java.util and other API Network Programming Applets Event Handling in Java Abstract Window Toolkit Swing Introduction to Advanced Java