Today we gonna see the while loop condition and scanner class details in this portion. i make a condition to get the result when count <=5 continuely increment by to condition made false . 1.Intitially count is zero 2.when my count is less than or equal to 5 2.1.get mark 2.2.increment count by 1 2.3.goContinue reading “while loop and scanner class”
Author Archives: selvaklt
java programming
lets programming and enjoy, here below i write some simple programs. example:1 The below program we assign the variable and their type first. Then, we assign the values. package selva.day1; public class Calculation { public static void main(String[] args) { int tamil; tamil=80; int english; english=90; int total=tamil+english; System.out.println(“total”); } } result: 170 example:2 InContinue reading “java programming”
hello world
here our first program hello world, to write this program we need to get in eclipse and it starts with eclipse ide asks Eclipse IDE uses the workspace directory to store its preferences and development artifacts. it shows workspace: /home/your name/eclipse-workspace we open the in the order like project–>package –>class its nothing like windows fileContinue reading “hello world”
How to install eclipse for java
Eclipse (@ www.eclipse.org) is an open-source Integrated Development Environment (IDE) supported by IBM. Eclipse is popular for Java application development (Java SE and Java EE) and Android apps. It also supports C/C++, PHP, Python, Perl, and other web project developments via extensible plug-ins. Eclipse is cross-platform and runs under Windows, Linux and macOS. Writing your First Java ProgramContinue reading “How to install eclipse for java”
Non primitive datatype
Non primitive data types simply said user defined datatype, because primitive datatype already assigned values. ex : int, float are have predefined size and range values. but, non primitive is a class (template or blueprint) it has object. The non primitive datatype (class) have objects. The object represent class. Object is a combination ofContinue reading “Non primitive datatype”
data types in java
Before we see the data types , to know the use and why its necessary. It helps to difine type of input while we write program, its sizes and ranges , because the computer system has limited efficient memory(intelligence) compare to human intelligence. So we need to define and instruct to perform the limited memoryContinue reading “data types in java”
Java comparison
In this area we see some difference between Java ,c++ and projects of Java and JavaScript. Java is a WORA( Write Once Run Anywhere) concept and it has some special features compare to C++ Java and JavaScript project areas
Start travel in java
This is my first post, I here to explain my learning experience What is Java? Why we learn Java? some kind of questions arise in our my mind before we start to learn java. The Java is the open source language and open source (the code is visible) is the safest one and it’s aContinue reading “Start travel in java”
My First Blog Post
Be yourself; Everyone else is already taken. — Oscar Wilde. This is the first post on my new blog. I’m just getting this new blog going, so stay tuned for more. Subscribe below to get notified when I post new updates.
Introduce Yourself (Example Post)
This is an example post, originally published as part of Blogging University. Enroll in one of our ten programs, and start your blog right. You’re going to publish a post today. Don’t worry about how your blog looks. Don’t worry if you haven’t given it a name yet, or you’re feeling overwhelmed. Just click theContinue reading “Introduce Yourself (Example Post)”