Microserviços

Java: Probably the Most Understandable Explanation of Lambda Expression You’ll Ever See

My articles are open to everyone; non-member readers can read the full article by clicking this link. 1.What is Lambda? We know that for a Java variable, we can assign a “value” to it, and you can do something with it. Integer a = 1;String s = “Hello”;System.out.println(s + a); What should you do if you […]

Java: Probably the Most Understandable Explanation of Lambda Expression You’ll Ever See Read More »

My interview experience for Software Architect — Java position.

Recently I gave interview for Software Architect — Java role in one of the leading service based companies. I am sharing here list of questions asked to me. ClassNotFoundException occurs when you try to load a class at runtime using Class.forName() or loadClass() methods and requested classes not found in classpath. This error occurs when

My interview experience for Software Architect — Java position. Read More »

Rolar para cima