Jyotiprakash Mishrablog.jyotiprakash.orgΒ·Dec 11, 2024Basics of Java for C ProgrammersWhy Learn Java After C? As a C programmer, you are already familiar with low-level programming, manual memory management, and efficient code execution. So why learn Java? Here are some compelling reasons: Portability: Java follows the mantra of "Wri...2 likesΒ·1.1K readsJava
Mitali sahuwhat-is-oops.hashnode.devΒ·Dec 4, 2024What is typecasting in javaType is the process of conversion of variable from one data type to another data type. We have mainly two type of type casting i.e. Implicit typecasting and explicit typecasting. The implicit typecasting is done automatically by the compiler to conve...Java
Mihai Popescujavainterviewprep.hashnode.devΒ·Nov 25, 2024Java BasicsJDK (Java Development Kit) compile, archive (jar, war...) debug JRE (Java Runtime Environment) run java apps JVM (Java Virtual Machine) just in time compiler (JIT) ClassLoader System -> CLASSPATH (jar, war etc..) Extension -> /ext folder B...Java
Akash Dasakashdas7781.hashnode.devΒ·Sep 18, 2024A Beginnerβs Guide to Methods in Java :If youβre just getting started with Java, one of the key concepts you'll come across early on is methods. Methods are like little mini-programs inside your Java class that do a specific job. They help you organize your code and avoid writing the same...simple program
Rohit Gawanderohit253.hashnode.devΒ·Sep 7, 2024Chapter 2: Operators in JavaOperators are special symbols in Java that perform operations on variables and values. They are the foundation for performing tasks such as arithmetic, comparisons, and logical decisions in a program. Understanding how different operators work is ess...DSA(Data Structure and Algorithm) In JAVARohit Gawande
π₯ππππππ©ππππ₯π.π ³π ΄π rafaelvieira.hashnode.devΒ·Apr 13, 2024Nivelamento Java: Entendendo GenericsOs generics foram introduzidos no Java 5 para fornecer tipagem forte Γ s coleçáes e algoritmos. Os generics permitem que classes, interfaces e mΓ©todos possam trabalhar com diferentes tipos de dados de maneira segura e genΓ©rica. O que sΓ£o Generics? Os ...Java
π₯ππππππ©ππππ₯π.π ³π ΄π rafaelvieira.hashnode.devΒ·Apr 13, 2024Aprendendo os Fundamentos do JavaNesse post vou comentar um pouco sobre alguns conceitos bΓ‘sicos de Java para iniciarmos, lembrando que nesse conteΓΊdo tudo pode ser muito bem aprofundado, a ideia aqui e trazer o bΓ‘sico para vocΓͺ ter o conhecimento do que Γ© e por onde comeΓ§ar no Java...1 likeJava
attitude academyattitudeacademy.hashnode.devΒ·Mar 14, 2024How to Learn Java Basics for Computer ProgrammingIntroduction: Are you captivated by the boundless world of computer science? Do you harbour aspirations of becoming a skilled programmer? If so, delving into the fundamentals of Java is an indispensable stride toward realizing your ambitions. Java st...Core Java basics
Hari Sudancodeinmind.hashnode.devΒ·Sep 7, 2023Java Basic KnowledgeIntroduction Java is the most popular, high-level, class-based, object-oriented programming language. It was developed by James Gosling at Sun Microsystem. It was released in May 1995. 5 primary goals in the creation of the Java language It must be ...1 likeJava
Karunkarun.hashnode.devΒ·Aug 21, 2023Topics to Cover on Learning Java Basics1. Introduction to Java: What is Java and its significance Java's platform independence 2. Setting Up Development Environment: Installing JDK (Java Development Kit) Choosing an IDE (Integrated Development Environment) 3. Java Syntax and Struc...10 likesΒ·29 readsLearning Java from Basic to AdvancedJava