comment your answer or questions
1.Difference between Abstract Class an Interface2.Why we are using interface in java3.Why we are using Abstract Class in java4.Explain static Keyword.5.Final,Finally,...
1) How to check if a String contains only numeric digits? (solution)
If you'll be processing the number as text, then change:
if (text.contains("[a-zA-Z]+") == false && text.length()...
Q1. When are static variables loaded in memory ?
Ans. They are loaded at runtime when the respective Class is loaded.
Q2. What is a String Pool ?
Ans. String pool (String
...
Spring MVC Request flow
1) What is spring framework? Why Java programmer should use Spring frameworkVery common Spring interview question, Spring is a framework which helps Java programmer in development....