skip to main
|
skip to sidebar
Zemenpost
Pages
Home
Android
Drama
News
Operating System
programming
web development
Mogachoch Part 86
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
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...
C++ Basic Syntax
When we consider a C++ program, it can be defined as a collection of objects that communicate via invoking each other's methods. Let u...
Operating System - I/O Hardware
One of the important jobs of an Operating System is to manage various I/O devices including mouse, keyboards, touch pad, disk drives, disp...
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 - Multi-Threading
What is Thread? A thread is a flow of execution through the process code, with its own program counter that keeps track of which instruc...
Java - Overview
Java programming language was originally developed by Sun Microsystems which was initiated by James Gosling and released in 1995 as core c...
Operating System - Services
An Operating System provides services to both the users and to the programs. It provides programs an environment to execute. It provide...
No comments:
Post a Comment