Core Java For Beginners by Rashmi Kant Das
Book Summary:
Core Java for Beginners has been written keeping in mind the requirements of B.Tech and MCA students. The book introduces the core concepts of Java, along with the knowledge of fundamentals required for developing programs. Starting from the basic concepts of object-oriented programming languages, the book covers an entire range of topics, including advanced topics like RMI, JDBC, and so on. The text is replete with several examples to facilitate better understanding of the intricacies of the programming language.
Audience of the Book :
This book Useful for BCA, MCA, Computer Science & IT students.
Key Features:
1. Incorporates features of Java 2 and J2SE
2. Discusses exception handling in depth
3. Discusses garbage collection
4. Introduces new pedagogical feature 'Remember', which recapitulates the key points discussed and also clarifies finer programming and conceptual points
5. Presents around 350 tested programs with outputs and reinforces the learning through exercises
Table of Contents:
1. Object Oriented Programming Fundamentals
2. Evolution of Java Programming Language
3. Basic Elements of Java
4. Operators in Java
5. Conditional Statements and Loops
6. Class Fundamentals
7. Taking Input from Keyboard
8. Object Reference
9. Arrays in Java
10. Inheritance
11. Inner Class or Nested Class
12. Exception Handling
13. Package
14. JAR File
15. Strings in Java
16. StringBuffer
17. Wrapper Class
18. Java Native Interface
19. Multithreading
20. Generics
21. Files and Streams
22. Exploring Java.lang Package
23. The Collection Framework
24. java.util Package
25. java.applet Package
26. java.awt Package
27. Java Foundation Classes
28. java.net
29. Remote Method Invocation
30. java.sql Package