Java Language

by Tech Fly Claim Listing

Java is Object Oriented Programming Language & It is High-Level Programming Language & Developed by Sun Microsystems. Java is simplified to eliminate language features that cause common programming errors and is specifically designed to have as few implementation dependencies.

Price : Enquire Now

Contact the Institutes

Fill this form

Advertisement

Tech Fly Logo

img Duration

Please Enquire

Course Details

Java is Object Oriented Programming Language & It is High-Level Programming Language & Developed by Sun Microsystems. Java is simplified to eliminate language features that cause common programming errors and is specifically designed to have as few implementation dependencies as possible.

 

Content:

  • Basics of Java
  • Java – What, Where and Why? .
  • History and Features of Java .
  • Internals of Java Program.
  • Difference between JDK,JRE and JVM .
  • Internal Details of JVM .
  • Variable and Data Type.
  • Unicode System .
  • Naming Convention.
  • OOPS Concepts.
  • Advantage of OOP’s.
  • 1 .Object and Class.
  • 2. Method Overloading.
  • 3. Constructor.
  • 4. static variable, method and block this keyword.
  • 5. Inheritance (IS-A).
  • 6. Aggregation and Composition(HAS-A).
  • 7. Method Overriding.
  • 8.Co variant Return Type.
  • 9.super keyword.
  • 10. Instance Initialize block final keyword.
  • 11.Run time Polymorphism.
  • 12. static and Dynamic binding.
  • 13. Abstract class and Interface.
  • 14.Down casting with instance of operator.
  • 15. Package and Access Modifiers.
  • 16. Encapsulation.
  • 17. Object class .
  • 18. Object Cloning..
  • 19.Java Array.
  • 20Call By Value and Call By Reference.
  • 21. strict fp keyword.
  • 22. Creating API Document.
  • String Handling
  • 1. String : What and Why?
  • 2. Immutable String
  • 3. String Comparison
  • 4. String Concatenation
  • 5.Sub string
  • 6. Methods of String class
  • 7. String Buffer class
  • 8. String Builder class
  • 9. Creating Immutable class
  • to String method
  • String Tokenism class
  • Exception Handling
  • 1.Exception Handling : What and Why?
  • 2.try and catch block
  • 3. Multiple catch block
  • 4. Nested try
  • 5. finally block
  • 6.throw keyword
  • 7. Exception Propagation
  • 8. throws keyword
  • 9. Exception Handling with Method Overriding
  • 10. Custom Exception
  • Nested Classes
  • 1.Nested Class : What and Why?
  • 2. Member Inner class
  • 3. Anonymous Inner class
  • 4.Local Inner class
  • 5. static nested class
  • 6. Nested Interface
  • Multitasking
  • 1. Multitasking : What and Why?
  • 2.Life Cycle of a Thread
  • 3. Creating Thread
  • 4. Thread Scheduler
  • 5. Sleeping a thread
  • 6. Joining a thread
  • 7. Thread Priority
  • 8. Daemon Thread
  • 9. Thread Pooling
  • 10. Thread Group
  • 11. Shutdown Hook
  • 12. Performing multiple task by multiple thread
  • 13. Garbage Collection
  • 14. Runnable class
  • Synchronization
  • 1.synchronization : What and Why?
  • 2.synchronized method
  • 3.synchronized block
  • 4.static synchronization
  • 5.Deadlock
  • 6.Inter-thread Communication
  • 7.Interrupting Thread
  • Input and output
  • 1.File Output Stream & File Input Stream
  • 2.Byte Array Output Stream
  • 3.Sequence Input Stream
  • 4.Buffered Output Stream & Buffered Input Stream
  • 5.File Writer & File Reader
  • 6.Char Array Writer
  • 7.Input from keyboard by Input Stream Reader
  • 8.Input from keyboard by Console
  • 9.Input from keyboard by Scanner
  • 10.Print Stream class
  • 11.Print Writer class
  • 12.Compressing and Uncompromising File
  • 13.Reading and Writing data simultaneously
  • 14.Data Input Stream and Data Output Stream
  • 15.Stream Tokenizer class
  • Serialization
  • 1.Serialization & De-serialization.
  • 2.Serialization with IS-A and Has-A
  • 3.transient keyword
  • Networking
  • 1.Socket Programming
  • 2.URL class
  • 3.Displaying data of a web page
  • 4.Inet Address class
  • 5.Datagram Socket and Datagram Packet
  • 6.Two way communication
  • AWT and Event Handling
  • 1.AWT Controls
  • 2.Event Handling by 3 ways
  • 3.Event classes and Listener Interfaces
  • 4.Adapter classes
  • 5.Creating Games and Applications
  • Swing
  • 1.Basics of Swing
  • 2.JButton class
  • 3.J Radio Button class
  • 4.J Text Area class
  • 5.J Combo Box class
  • 6.J Table class
  • 7.J Color Chooser class
  • 8.J Progress Bar class
  • 9.J Slider class
  • 10. Digital Watch
  • 11. Graphics in swing
  • 12. Displaying Image
  • 13.Edit Menu for Notepad
  • 14.Open Dialog Box
  • 15. Creating Notepad
  • 16. Creating Games and applications
  • Layout Managers
  •  Border Layout
  • 2.Grid Layout
  • 3.Flow Layout
  • 4.Box Layout
  • 5.Card Layout
  • Applet
  • 1.Life Cycle of Applet
  • 2.Graphics in Applet
  • 3.Displaying image in Applet
  • 4.Animation in Applet
  • 5.Event Handling in Applet
  • 6.J Applet class
  • 7.Painting in Applet
  • 8.Digital Clock in Applet
  • 9.Analog Clock in Applet
  • 10.Parameter in Applet
  • 11.Applet Communication
  • 12.Creating Games
  • Reflection API
  • 1.Reflection API
  • 2.newInstance() & Determining the class object
  • 3.javap tool
  • 4.creating javap tool
  • 5.creating appletviewer
  • 6.Accessing private method from outside the class
  • Collection
  • 1.Collection Framework
  • 2.Array List class
  • 3.Linked List class
  • 4.List Iterator interface
  • 5.Hash Set class
  • 6.inked HashSet class
  • 7.Tree Set class
  • 8.Priority Queue class
  • 9.Array Deque class
  • 10.Map interface
  • 11.Hash Map class
  • 12.Linked Hash Map class
  • 13.Tree Map class
  • 14.Hash table class
  • 15.Comparable and Comparator
  • 16.Properties class
  • JDBC
  • 1.JDBC Drivers
  • 2.Steps to connect to the database
  • 3. Connectivity with Oracle
  • 4. Connectivity with MySQL
  • 5. Connectivity with Access without DSN
  • 6. DriverManager
  • 7. Connection interface
  • 8. Statement interface
  • 9. ResultSet interface
  • 10. PreparedStatement
  • 11. ResultSetMetaData
  • 12. DatabaseMetaData
  • 13. Storing image
  • 14. Retrieving image
  • 15.S toring file
  • 16.Retrieving file
  • 17.Stored procedures and functions
  • 18. Transaction Management
  • 19. Batch Processing
  • 20.JDBC New Features
  • 21.Mini Project
  • Jodhpur Branch

    Behind Bhati Circle, Opp.Bishnoi Dharamsala, Near Shiv Mandir,Ratanada, 342001, Jodhpur

Check out more Java Programming courses in India

Keywords Technologies Logo

Python 3.0 Django Enterprise Application Expert

This comprehensive workshop on Python programming covers everything you need to know about working with Python and understand its features and functions. 

by Keywords Technologies
Gemstech IPL Logo

Python

PythonPython course is offered by Gemstech IPL. Please inquire to get details of the course price, schedule and outline.

by Gemstech IPL
Bismilsoft Pvt Ltd Logo

Java (Fast Track)

This Java training led by expert trainers will give notes on each topic in the class that can be used reference book in lab practice and study material.

by Bismilsoft Pvt Ltd
Bismilsoft Pvt Ltd Logo

Python (Fast Track)

PythonLearn about Python from the qualified instructors at Bismilsoft Pvt Ltd with 9+ years of experience focuses on both the basics and advanced topics and areas in support of real-life projects to get you certified. 

by Bismilsoft Pvt Ltd
Reifywise Logo

Backend Development

Reifywise provide job-oriented Java, Springboot, Microservice development courses in Patna. We designed Backend development modules using latest software versions from Java Professionals with 10 years of IT experience .Our Java expert will trainees you to become the best in Software Industry.

by Reifywise [Claim Listing ]

© 2024 coursetakers.com All Rights Reserved. Terms and Conditions of use | Privacy Policy