• Sat. Nov 23rd, 2024

Month: May 2022

  • Home
  • volkswagen interview question for .net developer

volkswagen interview question for .net developer

What are the Pillar of OOPS and Explain? The four pillars for OOP are Abstraction, Encapsulation, Inheritance, Polymorphism. Abstraction : Abstraction is the process of showing only essential/necessary features of…

Get Started with Open Source

What is Open Source Software(OSS)?Open Source Software is a computer software whose source code is made publicly available for modification and enhancements. It is released under various licenses like BSD,…

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…