• Fri. Oct 18th, 2024

Static member in java

Static Variables: Static variables are declared in the class usingStatic keywordStatic variables are by default initialized to its default valueStatic variables has a single copy for the whole class and…

ANGULAR INTERVIEW QUESTIONS

TOP 11 ANGULAR INTERVIEW QUESTIONS 1.What are directives and different types of directives? Angular Directives are functions that are executed When they are found on the DOM by the Angular…

Difference b/w Relational ,NoSQL,Analytical

Difference b/w Relational,NoSQL,Analytical

Wrapper Class in Java 

Java is 99% OOP ,Java is oop language and as said everything in java is an object. (But What about the primitives?) They are sort of left out in the…