adspace
Answer Posted / 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 |
Post New Answer View All Answers
Can we extract main method from another class?
How does java handle integer overflows and underflows?
What is the first argument of the string array in main method?
What if I write static public void instead of public static void?
What is the locale class?
What is the java api?
Are jvm’s platform independent?
What is the resourcebundle class?
what is reflection api? How are they implemented?
What do you understand by casting in java language? What are the types of casting?