Core Java Session 1 Notes : Various programming languages C C++ Java Python Etc Java (sun, oracle) - (Basic ) core java (sdk) To develop standalone applications -applications which run on only one machine at a time are called standalone applications Ex: ms word, notepad, wordpad, paint etc -j2ee (java 2 enterprize edition) advanced java -we can develop web applications which runs multiple machines at a time (client server architecture), spring framework, springboot, hibernate, jpa, web services. Ex : gmail, facebook, whatsapp -j2me (j2micro edition) We can Develop mobile applications 1. What is Java? Java is a...
Software set up : Links and steps to download and install required softwares to start core java programming. Note : Please download java and sts ide as per your operating system and processor type Step 1 : Link to download Java 8 : https://drive.google.com/file/d/1qZehMX55hVduQ9q0w8U1r-P2VWRxg9sT/view?usp=sharing Step 2 : Link to download STS IDE: https://spring.io/tools or https://drive.google.com/drive/folders/1xh05Otem1kEfQ61oluE4PPf36jHzyNA_?usp=sharing Step 3: Add Java into STS IDE: We have to make sure that the Java run time of our STS IDE points to a JDK instead of a JRE. Here are the steps: Go to Window-> Preferences -> java -> Installed JREs -> Click on add -> standard vm -> next As shown in below, ->click directory -> select jdk-> click finish -> click apply and close, as shown below. ...
Comments
Post a Comment