admin

admin

Building REST service in Microservices with Spring Boot – Day 2

What is Java System Properties and Spring Application Configuration? Java System Properties Java maintains a set of system properties for its operations. Each java system property is a key-value (String-String) pair. For example, one such system property is “java.version”=”1.7.0_09“. All…

Java Class, Object and Method

Class Fundamentals A Java class is often used to represent a concept. A Java class is often used to store or represent data for the construct that the class represents. For example, you could create a model (a programmatic representation)…