Skip to main content

Post Categories

Posts are divided into categories. This page provides all categories of posts which are published in this blog. It provides links to posts which are related to eachother. Just click to anyone of these to go to that category of posts.



  • POSTS RELATED TO JAVA BASICS
  • This category provides information about java basics, introduction to java, java benefits and java features.



  • POSTS RELATED TO MULTITHREADING
  • This category provides information about java multithreading, benefits of multithreading and parallel programming.



  • OTHER POSTS
  • This category provides information about other posts.

Comments

Popular posts from this blog

What Are The Benefits Of Learning Operating System

Benefits Of Learning Operating System Operating System is the important part in the field of computer. It is the major subject of Computer Science, Software Engineering, and Information Technology. It is the system software which hides the implementations and provides the interface to the users. It acts as an intermediary between hardware and the application software. Operating System (OS) is responsible for managing the resources of the computer. Most operating systems are divided into modules (sub-parts of the OS) like memory manager which manages the memory of the computer, CPU scheduler which schedules the processes in the main memory (RAM) and virtual memory (Hard disk), file manager which manages the files in virtual memory, input/output manager which manages the input and output devices etc. Most popular operating systems are Windows, Linux, Mac OS, Android, Unix etc. There are types of operating systems, some do single tasking (execute one instruction at a time) and some a...