PGPrikshit gautaminprikshitgautam.hashnode.dev路Jun 25, 2023 路 1 min readRelational Operators in javaHello everyone, Take this capture as a positive vibe in your coding journey so This is Prikshit Gautam sharing some useful information on relational operators,that are 1) == means if equals to 5) >= greater than and equal to 2) != means not equal to ...00
PGPrikshit gautaminprikshitgautam.hashnode.dev路Jun 24, 2023 路 1 min readScanner Function In JAVAHello Everyone today I am here to you familiar with the most usable word in Java named as Scanner function . Scanner is used in Java to insert a value in the output. For example: Scanner sc=new Scanner(System.in); This statement helps in giving a com...00
PGPrikshit gautaminprikshitgautam.hashnode.dev路Jun 12, 2023 路 1 min readDifference Between Print AND println IN JAVA 馃槉So hello guys today I am here to make you aware about the most common term used in Java 1)Print 2)Println print --> It helps in only printing the output of the code written by a programmer as if u write public class main{ public static void main(Stri...00
PGPrikshit gautaminprikshitgautam.hashnode.dev路Jun 10, 2023 路 1 min readHOW Code will Executed and run in JAVA?Hello Everyone this is Prikshit Gautam sharing my field of vision on the most demanded programming language JAVA. There are mainly 2 steps that help in giving success to the code to run. 1)Compilation 2)Execution SOURCE CODE.JAVA --> COMPILER --> BYT...00
PGPrikshit gautaminprikshitgautam.hashnode.dev路Jun 9, 2023 路 1 min readINTRODUCTION to JAVA and languageHello guys this is Prikshit Gautam sharing my views on the Wonderfull machine language JAVA. It is a language that you have never learned before but when you begin to learn it is as much as simple as we learn Hindi . For me, java is a great experienc...00