What is microservices java?
Answer / Neha Gautam
Microservices in Java are an architectural style where a single application is broken down into small, independent services that communicate with each other using lightweight mechanisms such as HTTP REST.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is jdk jre and jvm?
What is cmp in java?
How can I protect myself? : java security
What is the difference between deep copy and shallow copy in java
What is a stream in programming?
Why java is better than node.js?
Which is the best book for whole java study?
What does public static void main(string[]) mean?
How common are security breaches? : java security
What are jdk tools?
1.can i use super keyword in normal class(not inheritance) to call any method?if so how can i call particular variable? 2.In the inheritance how can i access the particular variable from the base class(it containing 5 variables) using super keyword?
What is java web application?