Java

(4.9 /14 Rating)
1 Students
Last updated 21 Aug, 2025
breadcrumb
By Bhagya Shree

Categories: Backend Developer

Java

instructor
Instructor: Bhagya Shree
Categories:
Backend Developer
Ratings:
(4.9 / 8)

₹5600.00

Buy Now
image
Course Description

  • Java basics: syntax, variables, loops, methods.

  • OOP (Classes, Objects, Inheritance, Polymorphism, Encapsulation).

  • Collections Framework (List, Set, Map).

  • Exception handling.

  • File I/O & Streams.

  • Multithreading & Concurrency.

  • JDBC (Java Database Connectivity).

  • Frameworks (Spring, Hibernate).

  • REST APIs with Spring Boot.

  • Deployment (Tomcat, Docker, Cloud).


    • Java Fundamentals: The Java Language.

    • Spring Boot Fundamentals.

    • HackerRank (Java track) – Great for interview prep.

    • LeetCode (Java problems) – For competitive programming & DSA.

    • Codeforces / CodeChef – Problem-solving in Java.

    • Java EE: Building Enterprise Applications.

  • Course Content
    instructor
    Bhagya Shree
    Instructor
    (4.9 /3 Rating)
    Total 2 Ratings
    5
    25 Rating
    4
    20 Rating
    3
    5 Rating
    2
    2 Rating
    1
    1 Rating

    ₹8900.00 ₹5600.00

    Buy Now
    This course includes:
    Levels
    Beginner
    Duration
    12 months Month
    Category
    Backend Developer
    Update
    21 Aug, 2025
    Certificate
    Certificate of completion
    Reach Us
    icon More Similar Courses

    Related Courses

    document.addEventListener("DOMContentLoaded", function() { const menuBtn = document.getElementById("menu-btn"); const offcanvasArea = document.querySelector(".bd-offcanvas-area"); const closeBtn = document.querySelector(".bd-offcanvas-close-icon"); // Toggle menu open menuBtn.addEventListener("click", function() { offcanvasArea.classList.toggle("info-open"); document.body.classList.toggle("offcanvas-open"); // optional body lock }); // Close menu when clicking the X button closeBtn.addEventListener("click", function() { offcanvasArea.classList.remove("info-open"); document.body.classList.remove("offcanvas-open"); }); // Optional: Close when clicking outside offcanvasArea.addEventListener("click", function(e) { if (e.target === offcanvasArea) { offcanvasArea.classList.remove("info-open"); document.body.classList.remove("offcanvas-open"); } }); });