while loop and scanner class

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”

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”

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)”

Design a site like this with WordPress.com
Get started