In this post, we will see the major differences between JDK, JRE, and JVM. JDK (Java Development Kit): JDK is the one you need to build applications in Java, it contains everything that is required to build and run Java applications. When you download java from the oracle site to develop applications you actually download…… Continue reading Difference between JDK, JRE, and JVM
Tag: Java
Google Firebase Tutorial Beginners.
In this tutorial will see how to connect to Firebase Firestore Database and persist data using rest web services. For this will start from the rest web service that we built using spring boot in the previous blog post Build Restful web service using Spring boot and Java. If you are a video guy here…… Continue reading Google Firebase Tutorial Beginners.
Build A RESTful Web Service Using Java And Spring Boot
In this following tutorial, we will build a simple REST web service using java with spring boot. What is a Web Service?Web Service is a standard or common way of communication between a client and a server. The above diagram shows the pictorial representation of a web service call, the clients a computer, or a…… Continue reading Build A RESTful Web Service Using Java And Spring Boot