Bitwise operator use AND/OR to determine the result on bit by bit basis. 3 Bitwise operator are : & (Bitwise AND) | (Bitwise Inclusive OR)
Read moreDo You Want Career In Software Development
Do you really want good career In Software Development are you passionate about coding or at least ready to learn coding then please take a
Read moreShift Operators In Java (<< and >>)
The shift operators (<< and >> ) shift the bits of a number to left or right , which resulting in a new number.We use
Read moreJava Language Basics
Java API An API(Application Programming Interface) , in the framework of java is a collection of pre-written classes,interfaces , which are commonly used to perform
Read moreCore Java – Java Architecture Basics
Java was invented by James Gosling , and initially was called as Oak. Oak was renamed as Java in 1995. Goal of java was Platform
Read moreSpring Boot Eureka Server Creation Step By Step
Step 1: Open Spring Tool Suite IDE and go to File-> New -> Spring Starter Project Give Name,Type Packaging and Java Version as above as
Read moreService Registry In Micro services and Creating First Spring Boot Application Step By Step
Service Registry is an Implementation of Service Discovery Pattern. What is Service Discovery Pattern ? Service Discovery Pattern is used to find the network location
Read moreIntroduction to Micro Services In Java
Types Of Application : 1.Local Application – Locally installed application , rich in look, performance is great.Disadvantage is – we cant access it remotely. 2.Remote
Read moreSecure Software Development
Introduction:Secure software development is a critical aspect of modern technology solutions. With the growing number of cyber threats and data breaches, organizations and developers must
Read more