home / developersection / tag
What is oops? Object oriented programming concept is basically related to object creation it allow users to create object and use them and methods to
TYPES OF VARIABLES On the basis of type of value representation variables are classified into two types: • Primitive • Reference Primitive variabl
JVM AND ITS ARCHITECTURE: It is a part of jre and provides runtime environment to drive java code or application. It converts bytecode into machine e
ABSTRACATION It is a process of hiding internal details and showing only relevant data to the object. For implementing it we have to use abstract cla
While developing a website, there are different types of languages that are used by the developers. With advancement of technology and online platform
A thread is a lightweight independent process. Threading allows multiple processes to exist in one. Most of the modern operating system supports threa
To start with the programming in Android, we have to setup environment and which requires software that is as follow asStep 1 Java SetupThe first requ
Android is open source Linux based operating system which was developed by Google Inc. and Later, it was adopted by Open Handset Alliances ,led by google and companies.
Once in a while, there may come a feeling that you are stuck in the same job profile and living a monotonous professional life. This generally leads to the realization that a change in your profile is much needed.
It can be used to define final class, final method, final fields and final variable. It can be used in many context in java. Final keyword perform a important role in java programming.
Abstraction means show functionality and hide complexity. In object oriented programming functionality should be shown to user but complexity (code of the function) should be hidden for the user.
Its also provide a path to control the visibility of members like classes, variables and methods. Access specifiers is used for classes, constructor, variable, and method.