Window batch scripts

Project folder/sub-folder creation script@ECHO OFFrem ############ Author: Prahlad Dutta ############rem ############ Date: 09/11/2017 #################rem ############ Description: project folder creation scripts ############rem Set envrionment variablesset PROJECT_DIR="D:PrahladProject"set BKUP_DIR_NAME="Backup"set BILL_DIR_NAME="Bills"set CODEBASE_DIR_NAME="Codebase"set CONTENT_DIR_NAME="Content Package"set…

Continue Reading Window batch scripts

Bookmarks | Useful links

Common Daemon process procrun service application (prunsrv) HTML Codes - Table of ascii characters and symbols How to create dynamic web project in eclipse using maven Free logo maker and…

Continue Reading Bookmarks | Useful links

linux command | linux command cheat sheet

File Managementls - List files and folderscd - Change directorypwd - Present working directorymkdir - Make a new empty directoryrmdir - Remove an empty directorycp - Copy files or directoryrm…

Continue Reading linux command | linux command cheat sheet

Lifecycle of a Java Program

The above figure explains the lifecycle of a Java Program. In words, the figure can be explained as:A Java program is written using either a Text Editor like Textpad or…

Continue Reading Lifecycle of a Java Program

About JVM

java virtual machine(jvm) is a software. which is machine dependent. every machine has a different jvm but the interpreting code is same, which help for running any java programs. it…

Continue Reading About JVM

How java work

As with many other programming languages, Java uses a compiler to convert human-readable source code into executable programs. Traditional compilers produce code that can be executed by specific hardware; for…

Continue Reading How java work

History of Java

In 1990, Sun Microsystems began a project called Green to develop software for consumer electronics. Sun is best known for its popular Unix workstations but has also engineered several popular…

Continue Reading History of Java

About java

Java is a programming language originally developed by James Gosling at Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much…

Continue Reading About java