Posts

java variables | variables in java | what is java | how to use variable in java |

Image
                                                                       Variables in java variables type in java : Integer -  Integer it is a only to access a as numbers only absolute numbers only                    " int " is keyword of the integer variables Float -     Float is a like a non absolute variables like 3.8 (or) 7.9 " float " is a                            keyword of the float String -        String datatype is a using some words (or) sentence also used  character - character is like a one letter used here that letter not only define as a                  ...

what is java | learn java | java Comments | what is comments in java

Image
                                                                         Java Comments That Comment is used give a good explaination of Your Code The Simbol of the commend is Double slash like "//" If You comment a multiple line use  "/*" that should start commend before "*/" it is used at end of the comments  Single Line Comments: -------------------------------------------------- |        //This is a comment                 | |System.out.println("Hello World");| -------------------------------------------------- Multi-Line Comments: --------------------------------------------------- |        /*This is a comment   for multi| |line comment code */      ...

what is java | how to use Java | best Programming Language | how to create a class | java basic syntax | what is syntax | syntax in java

Image
                                                                          Java Syntax Sample Code: ---------------------------------------------------------- | class demo                                                | | {                                                                                   | |    public static void main(String[] args)  | |    {       ...

What is java | learn java | learn java in tamil | easy to learn java| how to learn java|examples in java

Image
                                                                    WHAT IS  JAVA  Java is good programming language java is oop programming (java is a Object oriented Programming Language) java always start with class java is pure object oriented programming language Example: -------------------------------------------------------------- |           public class demo                                    | |           {                                                     ...