Browsing Category
java
8 posts
How to develop a Spring Boot API with data from Oracle using CRUD operations
In today’s world, Spring Boot APIs have become an integral part of software development. APIs allow the data…
How to avoid cross-origin resource sharing (CORS) issues in your Spring Boot APIs
Cross-origin resource sharing (CORS) is a mechanism that allows web pages from one domain or origin to access…
Learn Spring Boot from 0 with Examples
Spring Boot is an open-source java framework that provides a comprehensive set of tools and libraries that make…
How to install Java JDK on ubuntu Debian/Linux 11
Java Development Kit (JDK) is a software development kit that is used to develop applications in the Java…
How to Deploy a JAR program, Optimize, Secure, and Schedule Auto-Run
In Java when we build a program the output is a JAR(Java ARchive) which is the compressed format…
Data Structures and Algorithm
In computing, a data structure is a way of organizing and storing data in a computer so that…
Top 10 books in Amazon to Learn Java Programming
Here are the top 10 books in Amazon for learning Java programming on Amazon, along with a brief…
java programming Basic
Basic Syntax wit Java programs, it is very important to always remember this; Case Sensitivity – Java is…