50% found this document useful (2 votes)
6K views

Durga Core Java

This document provides an overview of core Java concepts including Java paradigms, data types, object-oriented programming principles like classes and objects, exception handling, multithreading, I/O streams, networking, wrapper classes, collection frameworks, inner classes, AWT, and Swing. It covers topics such as differences between Java and other languages, Java history, packages, and pre-defined versus user-defined packages. The document serves as an introduction to fundamental Java topics.

Uploaded by

kumar_mail
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
50% found this document useful (2 votes)
6K views

Durga Core Java

This document provides an overview of core Java concepts including Java paradigms, data types, object-oriented programming principles like classes and objects, exception handling, multithreading, I/O streams, networking, wrapper classes, collection frameworks, inner classes, AWT, and Swing. It covers topics such as differences between Java and other languages, Java history, packages, and pre-defined versus user-defined packages. The document serves as an introduction to fundamental Java topics.

Uploaded by

kumar_mail
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

CORE JAVA By Mr. Nagoor Babu, M.Tech.

, INTRODUCTION Why Java Paradigms Diff b/w Java & Other (C,C++) Java history Java features Java programming format Java Tokens Java Statements Java Data Types Typecasting Arrays OOPS Introduction Class Object Static Keywords Constructors This Key Word Inheritance Super Key Word Polymorphism (Over Loading & Over Riding) Abstraction Encapsulation Abstract Classes Interfaces STRING MANIPULATIONS String String Buffer String Tokenizer PACKAGES Introduction to all predefined packages User Defined Packages Access Specifiers EXCEPTION HANDLING Introduction Pre Defined Exceptions Try-Catch-Finally Throws, throw User Defined Exception examples MULTITHREADING Introduction Thread Creations Thread Life Cycle Life Cycle Methods Synchronization Wait() notify() notify all() methods I/O STREAMS

Introduction Byte-oriented streams Character oriented streams File Random-access file Serialization NETWORKING Introduction Socket, Server socket Client Server Communication WRAPPERCLASSES Introduction Byte, Short, Integer, Long, Float, Double, Character, Boolean classes. COLLECTION FRAME WORK Introduction Util Package interfaces, List, Set, Map List interface 7 its classes Set interface & its classes Map interface & its classes INNER CLASSES Introduction Member inner class Static inner class Local inner class Anonymous inner class AWT Introduction Components Event-Delegation-Model Listeners Layouts Individual components Lable, Button, CheckBox, Radio Button, Choice, List, Menu, Text Field, Text Area SWING(JFC) Introduction Diff b/w awt and swing Components hierarchy Panes Individual Swings components Jlabel, JButton, JTextField, JTextAres.

You might also like