Posts

Complete Java masterclass for beginners -04 (Variables)

Image
  In this part of the course, we are going to talk about variables. A 'variable' is something that makes a computer program very useful. So what is a 'variable'?  Well a variable is a 'place' in memory think of it like a 'box' if you will that you can store something in. And the computer allows you to have hundreds or thousands of 'boxes', each containing their own pieces of information.  So what we do with our 'variable', that's what it's called in Java, that 'box' is called a 'variable', and what we can do is we can assign the type of information that we want to put into the 'boxes' and we can also give it a name.  So why would we want to use variables? Well the reason that we want to use them, is because they make a program really useful. If, for example, if there was a computer program that you wanted to create that helped calculate someone's current age based on the date, then o...

Practice With Java -02

In This Practice With Java Series . We will practice some Programming Problem with Java . We will give you a Code. You have to understand the code and Complete The Task (HW) Under Below The post. Summit the code of  HW to The link which is added in the post .. Integer inputting Java Program : //Code In Java import java.util.Scanner; class MainClass{        public static void main(String[] args){               int value;               Scanner input=new Scanner(system.in) ;               value = input.nextInt() ;               System.out.println("Input is : "+value);        } } Input : 10 Output : Input is : 10 Now your Task is Write a Code in Java Which get to Two integer number input and print The input number  ... Summit your Code  Click Here

Complete Java masterclass for beginners -03 (First Steps)

Image
Now we are going to create our First project. Open IDEA and press on create new project.     Now click on next. Again click on next. We are unchecking Create project from template as we want to show you how to do the initial part manually.   Again click on next. Enter your project name. We are typing HelloWorld here. Remember, we should not use space in the project name.    Now click on finish. Now this window will come to   you.    Click on the left triangle of hello world. Now right click on src.     Click on New . Click on Java Class. Now enter a name for this class. I am using main as the name for this class. Now this window will popup: We will start our work inside the curly braces. A Java file can have more than one classes. From those only one becomes the main class. The other classes are created to help the main class. To declare a class main, we have to do something extra ...

Complete Java masterclass for beginners -02 (Setup)

Installing JDK Now we have to install JDK. GO to this  Link   and download and install your required JDK. Setup your IDE             First we have to choose our IDE for our programming. There are some good IDE’s for JAVA. Such as:       ü Netbeans       ü    IntelliJ IDEA etc. We are preferring IntelliJ Idea for our work. Go to this  Link  and download and install the community edition for free. Setup IDEA                  At first we will open our newly installed IDEA. Then we have to look at the bottom of the front page. Click on configure and go to project defaults. Then go to project and look at SDK. You should see there is no SDK is configured. Now click on new and locate the JDK folder you recently installed. You might find it at C:\Program Files. Now sele...

Complete Java masterclass for beginners -01 (Introduction)

Image
Why JAVA? Many people have this questions that - Why they use Java when there are so many other programming languages are there? If you would ask a programming expert. They would say that one must always go for using a programming language that is easy to use and easy to understand at the same time. Java is one of the best programming language that is based on the concept of Objects. And thus, it is also known as the Object Oriented Programming Language. Also, there are some of the striking features that Java provides and hence, it makes programmers to use it as one of the most effective and the efficient programming language. Thus, here are some of the features that you can have a look at. SOME OF THE STRIKING FEATURES OF JAVA - Object-Oriented Programming Language -  It is based on the concept of class and objects. Distributed -  It is network aware and hence, java programs can easily be run on any platform. Interpreted -  Java language is known to be ...

Complete Java masterclass for beginners (Course Plan )

We are going to make a plan which we will follow to continue our course. Here are some points we are going to cover up throughout the course:  Introduction  Setup  First Steps  Variables  Data Types  Operators  Expressions  Statements  Methods  Control Flow Statements  Introduction to Object Oriented Programming (OOP)  Classes, Constructors and Inheritance  Composition, Encapsulation, and Polymorphism  Arrays, Java inbuilt Lists, Autoboxing and Unboxing  Inner and Abstract Classes & Interfaces  And so on....

Complete Java masterclass for beginners (About author)

Image
 This is Md. Ashraful Alam Sifat who is going to teach you many things you need to know about JAVA throughout the course. Here is a description about your tutor for this course: Md. Ashraful Alam Sifat Undergraduate at, B.Sc in CSE Faridpur Engineering College,Faridpur 06 Batch