Tuesday, 15 September 2020

Getting Started with Java

 Getting Started with Java 

To start Java Programming As A Beginner, You need to install Java for your computer. If you already installed Java on your computer, You can check it using the following code.

  • Open your command prompt and run this code ➡➡ java -version

  • If You have installed Java, you will get the details of the Java version as below.

If You haven't installed Java in your pc, You can download the Java Development Kit (JDK) from here.
 (www.oracle.com

After the Successful installation of Java, You will get the version details as in the above picture.

Now, You can start coding with Java. But in here, I used the Text Editor (Notepad) to write my code in the start. As a beginner for java, you can follow these steps and use notepad to write your codes. However, you can use many other Integrated Development Environment (IDE) for writing java codes which are specially designed for Java programming like NetbeansIntelliJ IDEAEclipse, etc.

Quickstart - How To Run Your First Java Program?

So, Let' start writing our first Java Programme. As I mentioned, I am using Text Editor(Notepad) to write codes. Especially I need to mention that, Every Java Application begins with a Class Name and that Class Name must be matched with the Application's File Name.

STEP 01 - Open Text Editor(Notepad) & write the following code lines.

STEP 02 - Save the Text File as "MyClass.java". Here, I saved it in a folder called Java in my G: drive. You can save it anywhere on your computer.



STEP 03 - Open your command prompt & Navigate to the Directory where you saved your Java File.


STEP 04 - After navigating to the directory, type javac MyClass.java & Enter. This command will compile your code and if there are no errors, you will be redirected to the next line.


STEP 05
 - Finally type java MyClass & Enter.


Now, You will See our program is successfully compiled and given the output as "Hello World". Don't Worry, if you don't understand the above code, I will discuss about Java in the next posts for further. However, If you have done this & got the results, Congratulations, You have successfully written and executed your first Java Programme. Keep it Up. See you in the Next Chapter. Thank You.

Sunday, 13 September 2020

History & Introduction of Java Language

Java is one of the most popular as well as a widely-used programming language in the world now.Java is a high level and object-oriented programming language originally developed by James Gosling in 1995.

He started this "Java Language Project" in 1991 and released the first public implementation in 1995. "Oak" was the first given name for this language but later it was named "Java".

James Gosling

Sun Microsystem released much of Java as free and open-source software under the terms of GNU General Public License (GPL). But on 8th May 2007, Sun Microsystems released Java's core code as free & open-source software property for the public.

What is Java?
Now the Java is owned by Oracle Corporation. Java can be considered as the most used programing language all over the world because 3 Billion devices run using Java.


Java is used for:                                               
  • Desktop Applications                          
  • Mobile Applications (Android)
  • Web Application
  • Web Server & Application Servers
  • Database Connections
  • Game Developments

Why we use Java?

  • Java is free & Open Source.
  • Java can run on any platform (Windows, Linux, Mac, etc).
  • One of the most popular and widely used languages in the world
  • Easy to learn and simple to use.
  • Java users have Huge community support (Millions of developers all around the world).
  • Java is powerful, secure, and fast.
  • Java is an object-oriented language, so the programmers can maintain a clear structure within the applications and codes can be reused. (Reduce the code complexity)

Friday, 11 September 2020

Artificial Intelligence - Introduction

 Artificial Intelligence (AI)


AI stands for Artificial Intelligence. AI becomes a trending topic in the modern world now.


  • What is Artificial Intelligence (AI)?

In simple, Artificial Intelligence is working machines or computer programs like humans using actions as learning, thinking, and execution. The term, AI can use for any machinery or computer program that performs like the human mind. The main characteristic of Artificial Intelligence is the ability to identify the best accurate solution and taking actions with the best chance to achieve a specific goal.

  • Understanding AI

When we consider about AI, most of the people have the idea about Robots. Yes, but only for Robots, various AI-powered technologies are also using in the world for different dimensions. The main principle in AI is defining a way that machines or computers can understand as humans and execute tasks from simple to complex using actions like Learning, thinking. You may already know about Machine Learning. Machine Learning can be considered as the core of AI.

Saturday, 5 September 2020

What Are Group Policy Objects (GPO) ?

 What Are Group Policy Objects (GPO)?

"GPO" stands for "Group Policy Object". In simply, We can consider GPO as a collection of policy settings. In Microsoft Windows Server Environment, People can use "Group Policy Management Console (GPMC) to control the behavior of a User or User Group in Active Directory using Group Policy Objects. In Windows Server Environment, Group Policy Objects are dealing with sites, domains, organizational units in Active Directory. We can use the Group Policy Management Console to create GPOs defining security options, software installations and maintenance, registry-based policies, and folder redirection options. There are 3 types of GPOs.

  • Local Group Policy Objects - Local Group Policy Object is a collection of group policy settings that can only apply for a local computer and for the users who log on that computer. When we need to apply policy settings for a single computer, We can use this type of Group Policy Objects.
  • Non-Local Group Policy Objects - Non-Local Group Policy Object is a collection of group policy settings that can apply for one or more computers or users.
  • Starter Group Policy Objects - This GPO type was introduced in Windows Server 2008. In simply, Starter Group Policy Objects are templates for group policy settings. When a starter group policy object is created, the network administrator can configure any settings in the administrative template part of the group policy.
And also, We can use Group Policy Objects for many purposes in a network to deal with client computers. You can watch in below videos, How Group Policy Objects are used for various purposes in Windows Server Environment.

  • How To Map Network Drives Using Group Policy Objects & Logon Scripts?

  • How To Install & Deploy Printers Using Group Policy Objects?

  • How To Disable Services On Windows Client Computers Using Group Policy Objects?

  • How To Prevent Access To Command Prompt Using Group Policy Objects?

  • How To Map Network Drives Using Group Policy Objects In Windows Server 2012?

  • How To Prevent Access To Registry Editing Tools Using Group Policy Objects?

  • How To Backup & Restore Group Policy Objects? ( Windows Server 2012 ) ?

  • How To Prevent Access To Command Prompt & Registry Editing Tools Using GPO?

  • How To Disable Services In Client Computers Using GPO In Windows Server Environment?

  • Deploying Desktop Background Wallpapers For Client Computers

  • How To Display Last Logon Information On Windows Welcome Screen Using Group Policy Objects?

  • Disable AutoRun & AutoPlay | Deny Access To All Removable Storage Classes

  • How To Disable AutoPlay & AutoRun Features In Client Computers Using Group Policy Objects?

  • How To Map A Network Drive Using Logon Scripts In Windows Server 2012?

When we consider about a Company's Network, there are some Group Policy Settings that can be useful for preventing Security Breaches. You can watch in below video about Top 06 most important Group Policy Settings that can be used to Prevent Security Breaches in the Network.

Sunday, 19 July 2020

How To Set Up File Server in Windows Server 2019 ? | Sachin Nimshan


Monday, 8 June 2020

How To Connect Java & MySQL ? | Sachin Nimshan


How To Disable Services In Client Computers Using GPO In Windows Server Environment | Sachin Nimshan


How To Prevent Access To Command Prompt & Registry Editing Tools Using GPO | Sachin Nimshan


Sunday, 10 May 2020

Disable AutoRun & AutoPlay | Deny Access To All Removable Storage Classes | Windows Server 2012 / 2016 / 2019 | Sachin Nimshan


Friday, 8 May 2020

Remove Password Complexity | Adding New Users | Creating Organizational Units | Windows Server | Sachin Nimshan


Tuesday, 5 May 2020

How To Configure Windows Server 2019 As A Domain Controller ? | Full Episode | Sachin Nimshan


Saturday, 11 April 2020

How To Install Android Studio | Android Studio Installation - Step By Step Guide | Sachin Nimshan


Adding Client Computer To A Domain | Windows Server 2019 | Sachin Nimshan


Wednesday, 1 April 2020

How To Configure Windows Server 2019 As A Domain Controller ? | Sachin Nimshan


Monday, 30 March 2020

How To Install & Set Up Windows Server 2019 | Sachin Nimshan


Thursday, 19 March 2020

How To Install DHCP In Windows Server 2012 | IP Address Reservation For Client PC | Sachin Nimshan


Saturday, 14 March 2020

How To Install Kali Linux 2020.1a On VMWare Workstation ? | Sachin Nimshan