Web Design –

Web Design It is a very helpful article for IT aspirant. This article is guided by Bipin Ajay , adim of Tech Jitendra . Web design is the process of creating websites. It encompasses several different aspects, including webpagelayout, content production, and graphic design. While the terms web design and web development are often used interchangeably, web design is …

Software Engineering Code of Ethics and Professional

Software Engineering Code of Ethics and Professional Practice This is very helpful article for IT aspirant . Guided by Bipin Ajay , admin of Tech Jitendra Software engineers shall commit themselves to making the analysis, specification, design, development, testing and maintenance of software a beneficial and respected profession. In accordance with their commitment to the …

MULTITHREADING IN JAVA

This is a very helpful article for IT apriants . Multithreading in JavaMultithreading is a Java feature that allows concurrent execution of two or more parts of a program for maximum utilization of CPU. Each part of such program is called a thread. So, threads are light-weight processes within a process.The main purpose of multithreading …

Applet life cycle in Java

This is very helpful article for IT industry. Guided by Ajay Applet API support methods and 3rd page given Applet Example. Various states, an applet, undergoes between its object creation and object removal (when the job is over) is known as Applet Life Cycle. Each state is represented by a method. There exists 5 states represented …

JAVA KEYWORDS

This is very helpful article for IT aspirants . Guided by Bipin Ajay Java Keywords Table 1. Java Keywords abstract assert boolean break byte case catch char class const continue default do double else enum extends final finally float for goto if implements import instanceof int interface long native new package private protected public return short static …

A JAVA PROGRAM

Java Fundamentals Tutorial: Hello World This is very helpful article for IT aspirant Guided by Bipin Ajay 2. A Java Hello World Program Implementing Hello World in Java 2.1. HelloWorld.java public class HelloWorld { public static void main(String[] args) { System.out.println(“Hello World!”); }} All code is contained within a class, in this case HelloWorld. The file name must match …

EDITIONS OF JAVA ???

This is very helpful article for IT Aspirant This article is guided by Bipin Ajay . Java is a high-level, general-purpose, object-oriented, and secure programming language developed by James Gosling at Sun Microsystems, Inc. in 1991. It is formally known as OAK. In 1995, Sun Microsystem changed the name to Java. In 2009, Sun Microsystem …

WHY JAVA ??

Java Fundamentals Tutorial This is a very helpful article for IT aspirant , guided by Bipin Ajay Why Java? Object oriented Interpreted Portable Simple yet feature-full Secure and robust Scalable High-performance multi-threaded Dynamic Distributed Object OrientedEverything in Java is coded using OO principles. This facilitates code modularization, reusability, testability, and performance.Interpreted/PortableJava source is complied into …

WHAT IS JAVA ??

IT is very helpful article for IT aspirant. Guided by Bipin Ajay What is Java? Java Technology consists of: Java Language Java Platform Java Tools Figure 1. Java technology Java language is a general-purpose programming language. It can be used to develop software for mobile devices, browser-run applets, games, as well as desktop, enterprise (server-side), and scientific …

Design a site like this with WordPress.com
Get started