skip to main
|
skip to sidebar
Zemenpost
Pages
Home
Android
Drama
News
Operating System
programming
web development
Most Important Computer shortcuts
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
Java - Polymorphism
Polymorphism is the ability of an object to take on many forms. The most common use of polymorphism in OOP occurs when a parent class refe...
Java - Loop Control
There may be a situation when you need to execute a block of code several number of times. In general, statements are executed sequentiall...
Operating System - Memory Management
Memory management is the functionality of an operating system which handles or manages primary memory and moves processes back and forth b...
Android - Application Components
Application components are the essential building blocks of an Android application. These components are loosely coupled by the applicatio...
Java - Overriding
In the previous chapter, we talked about superclasses and subclasses. If a class inherits a method from its superclass, then there is a ch...
C++ Loop Types
There may be a situation, when you need to execute a block of code several number of times. In general statements are executed sequentiall...
Java - Basic Syntax
When we consider a Java program, it can be defined as a collection of objects that communicate via invoking each other's methods. Let ...
Operating System Scheduling algorithms
A Process Scheduler schedules different processes to be assigned to the CPU based on particular scheduling algorithms. There are six popul...
Android - Drag and Drop
Android drag/drop framework allows your users to move data from one View to another View in the current layout using a graphical drag and ...
Java - Loop Control
There may be a situation when you need to execute a block of code several number of times. In general, statements are executed sequentiall...
No comments:
Post a Comment