40% DISCOUNT LIMITED SEATS
Java Full Stack + AI Industrial Training 2026
Expert MNC Mentors • Industrial Roadmap • 10 Seats Left
GitHub
Month 01: Lab Setup

Java & GitHub

  • Java 21 & IntelliJ AI Mastery
  • GitHub Team Industrial Flow
  • MNC Standard VS Code Setup
Logic
Month 02: Logic Lab

Logic Mastery

  • Complex DSA with MNC Experts
  • Telugu & English Logic Bridge
  • Daily Problem Solving Drills
Backend
Month 03: API Hub

Spring & SQL

  • Spring Boot 3 Microservices
  • Postman API Automated Testing
  • PostgreSQL DB Architecture
Frontend
Month 04: UI Factory

React & Tailwind

  • React 18 & AI Component Dev
  • Industrial Tailwind UI Library
  • Redux State Management
Cloud
Month 05: Deploy

AWS & Jira Hub

  • Cloud Deploy on Real AWS
  • Agile Scrum with Jira Tools
  • Jenkins CI/CD Pipeline
Success
Month 06: Result

Job Offer Letter

  • Tier-1 MNC Direct Referrals
  • Salary Negotiation Strategy
  • High CTC Placement Pipeline

Difference between public JRE and private JRE ? | Java ELearn | @StudyEcart

Yogi Siddeswara 0

 There are two types of JRTEs will be created once we install JDK software. Default private JRE will invoke at the time of compilation and public JRE will invoke at the time of execution.


In the initial version of java ,these two JREs will be invoked separately but now in the current version of java ,if one JRE is not there then another JRE will be invoked. The major difference of private and public JRE as follows,


1.Already developed Java application needs to run in the file system then only public JRE is required to provided ,the environment to run that application .Here private JRE cannot be used to run these type of application.


2.If we develop the source code, we need to compile and execute then either private or public JRE can be used to run application.


3.Compilation is higher version JDK, execute in lower version is not possible but vice versa is possible.


4.we can install any or all version of JDKs. We can take any name un class name and save but at the execution time ,we must use the  .class file name only.


we can compile 

               . java (empty java file compilations )

            *.java (all java files compilations)


5.We can Compile multiple Java files at a time but execution is not possible.


Post a Comment

0 Comments