Bangla Java Tutorial 016 - Literals in Java (numeric, char, string, boolean) | Core Java. #Java Literals – Complete Explanation in Bangla In this tutorial, I explained all types of Java Literals: Integer, Floating-Point, Character, String, Boolean, and Null — with examples. Perfect for Bengali students learning Core Java. 📘 Topics Covered: ✅ What is a Literal in Java ✅ Types of Literals in Java ✅ Integer, Floating-Point, Character, String, Boolean and Null Literal 🔑 Keywords: Java, Core Java, Java Literals, Integer, Float, String, Boolean, Null, Java for Beginners, Learn Java Bangla, Java Programming Language, Java Course. 🎓 Perfect for Java learners and new developers. 📺 Watch full tutorial : https://lnkd.in/gaJj4d6t #Java #CoreJava #JavaLiterals #JavaLiteralsType #BanglaTutorial #JavaProgramming #javatutorial #LearnJava
Java Literals in Bangla: Integer, Float, String, Boolean, Null
More Relevant Posts
-
Bangla Java Tutorial 018 - Java Variables & Data Types (Overview) Part - 02 | Core Java #Java Variables – Complete Explanation in Bangla In this tutorial, I explained about Java Variables Scope, Variables Common Mistakes and Memory Concept — with examples. Perfect for Bengali students learning Core Java. 📘 Topics Covered: ✅ Java Variables Scope (Local, Instance, Static) ✅ Java Variables Common Mistakes ✅ Memory Concept (Stack and Heap) 🔑 Keywords: Java, Core Java, Java Variables Scope, Java Variables Common Mistakes, Memory Concept Stack Heap, Java for Beginners, Learn Java Bangla, Java Programming Language, Java Course. 🎓 Perfect for Java learners and new developers. 📺 Watch full tutorial : https://lnkd.in/gZMApapD #Java #CoreJava #JavaVariables #JavaMemory #BanglaTutorial #JavaProgramming #javatutorial #LearnJava
Bangla Java Tutorial 018 - Java Variables & Data Types (Overview) Part - 02 | Core Java
https://www.youtube.com/
To view or add a comment, sign in
-
Bangla Java Tutorial 017 - Java Variables & Data Types (Overview) Part - 01 | Core Java #Java Variables – Complete Explanation in Bangla In this tutorial, I explained Java Variables: Primitive and Non-Primitive — with examples. Perfect for Bengali students learning Core Java. 📘 Topics Covered: ✅ What is Java Variables? ✅ Java Variable Rules & Naming Conventions ✅ How to Declare and Initialize Java Variables ✅ Primitive vs Non-Primitive Data Types 🔑 Keywords: Java, Core Java, Java Variables, Java Primitive Data Types, Java Non-Primitive Data Types, Java for Beginners, Learn Java Bangla, Java Programming Language, Java Course. 🎓 Perfect for Java learners and new developers. 📺 Watch full tutorial : https://lnkd.in/gSFr2Pyg #Java #CoreJava #JavaVariables #JavaDataTypes #BanglaTutorial #JavaProgramming #javatutorial #LearnJava
Bangla Java Tutorial 017 - Java Variables & Data Types (Overview) Part - 01 | Core Java
https://www.youtube.com/
To view or add a comment, sign in
-
🎯 Call by Value vs Call by Reference in Java Understanding how Java passes data to methods is an important concept for every Java developer. 💡 Call by Value: Java uses Call by Value for all method calls. It means a copy of the variable’s value is passed to the method. Any changes made inside the method do not affect the original variable. 💡 Call by Reference (Conceptual Understanding): In Java, objects are passed by value, but the value is a reference to the object. So, if you modify the object’s data inside the method, the change affects the original object. ✨ In short: Java always passes values, but when those values are references to objects, it looks like call by reference. 🙌 Special Thanks to my mentors Anand Kumar Buddarapu and the Codegnan Institute team for helping me strengthen my Java fundamentals. #Java #Programming #Learning #Codegnan #JavaConcepts #CallByValue #CallByReference
To view or add a comment, sign in
-
-
Bangla Java Tutorial 014 - Java Keywords (Reserved Words) | Complete Explanation for Beginners | Core Java. Java Keywords are the building blocks of every Java program. In this tutorial, I explain: ✔ What are Keywords in Java? ✔ Why are they reserved? ✔ Different keyword groups and examples ✔ Full list of Java keywords 🎓 Perfect for Java learners and new developers. 📺 Watch full tutorial : https://lnkd.in/gsGWiKFH #Java #CoreJava #JavaKeywords #ReservedWords #BanglaTutorial #JavaProgramming #javatutorial #LearnJava
Bangla Java Tutorial 014 - Keywords in Java | Reserved Words | Core Java
https://www.youtube.com/
To view or add a comment, sign in
-
💻 A Quick Glance at Method Overriding in Java ⚙️ one-page handwritten note for revision and clarity 📝 Here’s what my notes include 👇 ✨ 1️⃣ Definition ✨2️⃣ Why We Need Method Overriding ✨3️⃣ Rules to Follow ✨4️⃣ Example ✨5️⃣ How It Works Grateful to TAP Academy and the amazing mentors kshitij kenganavar, Sharath R, Harshit T for simplifying such deep Java concepts 🙌 #Day25 #Java #MethodOverriding #RuntimePolymorphism #OOPsConcepts #JavaNotes #CodingJourney #TAPAcademy #FullStackDeveloper #LearnWithMe #CodeWithSoumya #ConsistentLearning
To view or add a comment, sign in
-
-
Java Tip for Beginners: Understanding "==" vs ".equals()" One of the most common confusions in Java — and also one of the most important fundamentals — is how strings (and other objects) are compared. Here’s the quick difference 👇 Aspect| Equality ("==") Operator| ".equals()" Method Compares| Checks if two references point to the same memory location.| Compares the content of objects. Working| Works for primitives and object references.| Works for objects only. Customizable| ❌ Cannot be overridden.| ✅ Can be overridden in custom classes. Default Behavior| Compares memory addresses.| Compares references unless overridden. 💡 Pro Tip: Use "==" for primitives and ".equals()" for content comparison (like Strings or custom objects). A big thanks to my mentor Anand Kumar Buddarapu for making these Java concepts crystal clear and guiding me throughout my learning journey! #Java #StringComparison #Codegnan #FullStackLearning #ProgrammingBasics
To view or add a comment, sign in
-
-
I’ve just uploaded a new video on JDK, JRE, and JVM — three core concepts every Java developer must understand! ☕💻 In this video, I’ve explained: 🔹 What is JDK (Java Development Kit)? 🔹 What is JRE (Java Runtime Environment)? 🔹 What is JVM (Java Virtual Machine)? 🔹 How they work together to run Java programs Whether you’re a beginner learning Core Java or preparing for interviews, this video will help you build a strong foundation in Java. 📺 Watch it here 🎯 Channel: Nepali Java Guru I teach Java programming in English, with simple explanations and real-world examples to make learning easier for everyone. Let’s grow together as Java developers! 🌱 #Java #JDK #JRE #JVM #CoreJava #Programming #NepaliJavaGuru #Learning https://lnkd.in/gjjcmBNJ
👉 “JDK, JRE, and JVM Explained | Core Java Basics for Beginners | Nepali Java Guru”
https://www.youtube.com/
To view or add a comment, sign in
-
🚀Master Java with These Handwritten Notes!💡 🎯Struggling with Java? Say no more! These handwritten notes break down Java concepts in an easy-to-understand way, perfect for beginners and experts alike.📖⭐ ✅Clear & concise explanations ✅Covers core Java topics ✅Perfect for quick revision 📥Grab your free copy here Don't forget to like, comment, and share if you find it useful!🔥 Please repost 🔁 and 🔔 follow Akanksha Kushwaha for more. #Java #Coding #Programming #JavaNotes #SoftwareDevelopment #TechCommunity #LearnJava
To view or add a comment, sign in
-
Mastering Java Comments | Explained in Bangla | Java Tutorial by Obydul Islam. Comments are the soul of clean coding - they make your Java code readable and professional. In this Bangla tutorial, I’ve explained: • What Comments are • Types: Single-line, Multi-line & Documentation • How to Create JavaDoc • Best Practices 🎓 Perfect for Java learners and new developers. 📺 Watch full tutorial : https://lnkd.in/gxxPFz-R #Java #CoreJava #javacomments #javadoc #BanglaTutorial #JavaProgramming #javatutorial #LearnJava
Bangla Java Tutorial 013 - Comments in Java | Single, Multi & Documentation Comments | Core Java
https://www.youtube.com/
To view or add a comment, sign in
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development