Blog

Access Modifiers

Access Modifiers In Java defines the scope of data member,variable,method class or constructor specifing security, accessibility of those elements based on access modifiers used. Four types of Access Modifiers in Java are Private,Default,Protected and Public Private: Access of a private modifier is only within the class and cannot be accessed from outside the class. Default: Access …

Access Modifiers Read More »

Kernel

A Kernel is a computer program which is core and heart of an operating system acting as an interface (or bridge) between user-level applications (softwares) components and the hardwares.

Scroll to Top