Core Java Training

Java Course

Core java training in kochi

Core Java is the most basic version of Java. It is used to create general applications for the desktop environment. It is the standard edition of Java and is used to learn the concepts of Java and get expertise. It includes fundamentals of Java applications, Java multi-threading, OOP concepts, data types, wrapper classes, JDBC and more. It is mainly just a collection of libraries. Core Java is not exactly the programming language itself but refers to the basics, concepts, and techniques of Java which is to be learned before moving on to more advanced Java. It is the building blocks for the newer, more advanced editions of Java. Cyberoid (a training division of Nestsoft Technologies) in Thrissur provides a clear and thorough understanding of Java through the Core Java course taught by our highly experienced developers.

    Scope and career prospects
  • Core Java-based questions always come up for interviews and are hence very important.
  • Trainees can either start a career in Java immediately with Core Java knowledge or move on to studying more advanced Java courses also offered at Cyberoid.
  • Career in desktop application development.
  • Testing is also a good career option for Core Java trainees.
  • Core Java trainees are required in companies to develop general applications.

Features

  • On The Job Training
  • Training by Experienced Developers
  • Experience Certificate
  • Cost effective and Quality training
  • Practical and theory sessions
  • Soft skills training
  • Work for a real time project and get involved in the project phases
  • 100% job placements

Eligibility for Java Training

  • The Core Java course is a basic entry level course in JAVA technology. It usually covers simple principles of the object-oriented programming concept. The topics such as access modifiers, specifiers and literals are also included in the course. In order to grasp these terms, you need to have consistent determination and interest. As like any other programming language course, it is important for the candidates to have basic knowledge of SQL commands and Databases. Knowledge of additional programming languages will be an added advantage. Fresh graduates of B.Sc (Computer Science), B.Tech and other graduates with adequate knowledge in programming languages are eligible to take up a course in Core JAVA.

Syllabus

Module 1: Basics of Java

  • Introduction
  • History
  • Features of Java
  • Types of Java Application
  • Difference between JVM,JRE and JDK
  • Simple Java Program
  • Variables and Data types
  • Methods-Declaration, definition and Calling
  • Packages
  • Access modifiers
  • Reading from Console using Scanner
  • Java Arrays
  • Operators and Operator precedence
  • Conditional and Looping Statements
  • Basic Java Programs

Module 2: String Handling in Java

  • String class Introduction
  • Immutable String
  • Methods of String Class
  • String Comparison
  • String Concatenation
  • String Buffer Class
  • String Builder Class
  • Mutable String
  • toString method

Module 3: Wrapper Classes

  • Wrapper classes
  • Autoboxing
  • Unboxing

Module 4: OOPS Concepts

  • OOPs Concepts Introduction
  • Object and class
  • Static keyword
  • Constructor
  • this keyword
  • Inheritance
  • Aggregation and Composition
  • super Keyword
  • Interface
  • Polymorphism

Module 5: Exception Handling

  • Exception Handling Introduction
  • try and catch block
  • Multiple catch block
  • Nested try
  • finally block
  • throw keyword
  • throws keyword
  • Exception Handling with Method Overriding
  • Custom Exception

Module 6: Multithreading

  • Multi threading Introduction
  • Multi threading vs Multiprocessing
  • Life Cycle of a Thread
  • Creating a Thread
  • Thread Class
  • Runnable Interface
  • Thread class methods
  • Thread Scheduler
  • Thread Priority
  • Daemon Thread
  • Thread Pooling
  • Thread Group
  • Performing multiple task by multiple thread

Module 7: Synchronization

  • What is Synchronization and Why?
  • Synchronized method
  • Synchronized block
  • Static synchronization
  • Deadlock

Module 8: Garbage Collection

  • What is garbage collection?
  • finalize method

Module 9: AWT and Event Handling

  • AWT Controls
  • Event Handling by 3 ways
  • Event classes and Listener Interfaces
  • Adapter classes

Module 10: Layout Managers

  • Basics of Swing
  • Swing features
  • Advantages of swing over AWT
  • Swing Components
  • Digital Watch
  • Graphics in swing
  • Displaying Image
  • Open Dialog Box
  • Drawing paintings
  • Creating applications

Module 11: Applet

  • Applet features
  • Life Cycle of Applet
  • Graphics in Applet
  • Displaying image in Applet
  • Animation in Applet
  • Event Handling in Applet
  • J Applet class
  • Painting in Applet
  • Creating Animations

Module 12: Collection

  • Collection Framework
  • Array List class
  • Linked List class
  • List Iterator interface
  • Hash Set class
  • Linked Hash Set class
  • Tree Set class
  • Priority Queue class
  • Map interface
  • Hash Map class
  • Linked Hash Map class
  • Tree Map class
  • Hash table class

Module 13: Java Updated Features

  • Functional Interface and Lambda Expression
  • Java Stream API for Bulk Data Operations on Collections
  • Java Time API

Module 14: SQL

  • Introduction
  • Basic SQL Queries
  • DDL,DML and DCL
  • Aggregation in SQL
  • Joining tables
  • Subqueries

Module 15: JDBC

  • JDBC Drivers
  • Steps to connect to the database
  • Connectivity with Oracle, MySQL and Access
  • Driver Manager
  • Connection interface
  • Statement interface
  • Result Set interface
  • Prepared Statement
  • JDBC New Features
  • Mini Project using swing and JDBC

Module 16: Web Technology

HTML 5

  • Introduction to HTML
  • HTML Tags
  • Lists
  • Forms creation
  • Creating tables
  • Managing home page

CSS

  • Introduction to CSS
  • Three ways to use CSS
  • CSS selectors
  • CSS Properties
  • Designing website

JavaScript

  • Introduction to JavaScript
  • Syntax
  • Three ways to use JavaScript
  • Variables
  • Data types
  • Operators
  • Conditional and Looping Statements
  • Functions
  • Working with events
  • Client-side Validation

jQuery

  • Introduction to jQuery
  • jQuery syntax
  • Example program
  • jQuery selectors
  • jQuery Effects
  • jQuery Events
  • Validation using jQuery
  • jQuery Forms
  • jQuery Examples

AJAX

  • Introduction to AJAX
  • Servlet and JSP with AJAX
  • Interacting with database

Module 17: Server Side Programming

  • Servlet
  • Servlet introduction
  • Basics of Web
  • Servlet vs CGI
  • Servlet API
  • Servlet Interface
  • Generic Servlet
  • Http Servlet
  • Servlet Life Cycle
  • How servlet works?
  • Servlet Request
  • Servlet Request methods
  • Registration example with DB
  • Request Dispatcher
  • send Redirect
  • Servlet Config
  • Servlet Config methods
  • Attribute
  • Session Tracking
  • URL Rewriting
  • HTTP Session
  • JSP
  • Basics of JSP
  • Life cycle of JSP
  • JSP API
  • Scripting elements
  • scriptlet tag
  • expression tag
  • declaration tag
  • 9 Implicit Objects
  • Directive Elements
  • Exception Handling
  • Action Elements
  • Expression Language
  • MVC in JSP
  • JSTL
  • Custom tags
  • Interacting with database
  • Project Development in JSP

Module 18: Hibernate

  • Hibernate Configuration using XML and annotation.
  • Hibernate CRUD operation
  • Hibernate Query Language
  • Mapping One to One
  • One to many
  • Many to one
  • Many to Many
  • Fetching types

Module 19: Spring Framework

  • Basics of Spring
  • Spring with ORM
  • Spring 3 MVC
  • Login and Logout Application
  • CRUD Functions
  • Main Project
  • Spring Boot



Meet a Few of our Industry Experts in Kochi 🚀 Your Pathway to IT Career

Contact Name: Gajjar

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Bachelor's of engineering in information technology, Sharepoint online Spfx Reactjs typescript JavaScript jquery html css Powershell UI UX Development API Integration etc   more..

Contact Name: Mina

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: +2 pass, Data science digital market in Android software testing machine learning  more..

Contact Name: Naman

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: B.tech, Java Kotlin Xml Python C c++ Dsa  more..

Contact Name: Rishabh

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: MCA, HTML CSS JavaScript React Node Express MongoDB Git  more..

Contact Name: Ananthu

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: MSc Computer Science in Machine Learning, Languages: Python C HTML CSS Java SQL Technologies: Machine Learning Data Science Computer Vision Libraries: OpenCV Scikit-Learn PyTorch Keras TensorFlow NumPy Pandas Matplotlib Seaborn Analytics Tool: Power BI  more..

Contact Name: Vimal

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: B.tech .IT, With expertise in IoT robotics and web development my skills are backed by practical experience As a Junior IoT Researcher I designed systems using ESP32 Raspberry Pi and MQTT and  more..

Contact Name: T

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: Diploma in Computer Science, I know Technologies HTML5 CSS3 JavaScript Bootstrap jQuery I know basic About Canva and Photoshop I can Create Banners and Images I have 2 3 years Experience in UI Developer  more..

Contact Name: Sonal

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: M.S., Odoo Functional PHP Python DevOps Aws Azure Kubernetes  more..

Contact Name: Mohammad

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Graduation Running, Current I am working on Graphic & Web Designer at Bugs Animation & I am Learning Full Stack Developer  more..

Contact Name: Anusree

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: Bsc cs, Python numpy pandas machine learnjng nlp deep learning power bi  more..

Contact Name: Harvinder

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: B.Com, SharePoint Online (SPfx) React JS HTML CSS3 SCSS JavaScript TypeScript Git Figma  more..

Contact Name: Ram

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B.E CSE, 2 years experience in data engineering Python airflow gcp are primary skills  more..

Contact Name: Devanand

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: +2 , Website audit Backlink building competitor analysis Manage Email marketing campaigns Seo content writing Creating and optimizing website content including blog posts Meta preparation for web pages Lead generation Use KPIs  more..

Contact Name: Arjun

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: BA in VFX and Animation, Strategic Design | Crafting User-Centric Experiences for Innovation and Impact | System Design Data Mastery and Integration Expertise in Product Design  more..

Contact Name: Arjun

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: BCA, Experience Php Laravel ( 2 year ) at Netventure digital solution Kochi  more..

Contact Name: Mohamed

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: Btech, I’m currently exploring new job opportunities and I recently completed my KCNA certification now I am preparing for Microsoft Azure administration I recently completed a project deploying Python cloud-native monitoring  more..

Contact Name: Priyanka

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Msc forensic science (Cyber Specialisation), I possess strong expertise in digital forensics and cybersecurity with experience as a trainer and examiner delivering CHFI CEH and CTIA linux and Networking courses to law enforcement and professionals  more..

Contact Name: Rajana

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Bca, Php css html JavaScript bootstrap postgresql ms office  more..

Contact Name: Rahul

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: b.tech, Python JavaScript HTML CSS Django FastAPI Django REST Framework (DRF) Microservice Architecture PostgreSQL MySQL Apache Airflow Git AWS S3 Redis Celery  more..

Contact Name: Kushagra

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: Bachelor of Technology, With a solid background in web development I have honed my expertise in HTML CSS JavaScript ReactJS and Wordpress My experience includes creating responsive designs using Figma I have successfully  more..

Contact Name: Shreyansh

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: BTECH, Innovative Software Engineer with experience building solutions that boost efficiency (25% increase in cafeteria system!) Skilled in Java Python JavaScript and Cybersecurity fundamentals Built user-friendly QR code generator & completed  more..

Contact Name: Anu

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Mtech, I have 5 years of experience in Software Testing proficient in both manual and automation testing I have hands-on experience with Selenium WebDriver using Java TestNG Maven and Cucumber I  more..

Contact Name: Rajendra

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: BCA, Technical Skills Digital Marketing & Advertising • Meta Ads Google Ads SEO (On-page Off-page) PPC SMM • Content Marketing Email Campaigns Affiliate & Referral Marketing • Web Analytics Search &  more..

Contact Name: GAURANG

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: Bachelor of engineering, Experienced in deploying AI solutions using OpenAI Hugging Face LangChain and Python-based ML frameworks   more..

Contact Name: RADHIKA

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: Mca, Strong foundation in computer applications and software development I've worked on projects using Angular Python Django and have theoretical knowledge of Java C# and NET Completed an internship in Python  more..

Contact Name: Archa

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Msc Computer Science, As a Frontend MERN intern I've gained three months of hands-on experience in MongoDB Express React and Node js My expertise includes crafting dynamic user interfaces using React implementing backend  more..

Contact Name: Uma

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: MCA, 3 years of experience in Manual Testing and 6 months experience in Automation testing Skillsets Functional Testing Api Testing Regression testing Selenium Java Cucumber   more..

Contact Name: Annie

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: M.sc Cyber forensic and information security, Ethical hacking basics Cryptography Malware analysis  more..

Contact Name: Britty

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: BTech Electronics and Communication, In my recent internship in Software Testing I have learnt various software testing methodologies and have hands-on experience in manual testing and automation testing tools like Selenium JMeter and Postman  more..

Contact Name: Navaneetham

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: BE-CSE, React Js Tailwind CSS html5 css3 WordPress & customization Bootstrap Material Angular UI Adobe photoshop illustrator Digital Marketing  more..