Jaydeep RavatforJaydeep's blogsuperjavacoder.hashnode.net·Apr 10, 2023Java Performance Tuning TipsJava is a powerful programming language, but even the most well-designed code can still have performance issues. Performance tuning is the process of optimizing your code to improve its speed and efficiency. In this blog, we will explore some essenti...Discuss·20 likes·43 readsJava
Ishita Ghoshforishitaghosh.hashnode.net·Nov 5, 2022Abstract Classes Vs Interfaces in Java: When to use What?Before learning the difference between the two, we must know the meaning of Abstraction. Abstraction It simply means hiding unnecessary data about implementation and only showing the functionality to the users. The most common example of abstraction ...Discuss·17 likes·100 reads2Articles1Week
Raghu Sree,nandanforRaghu's raghxy.hashnode.net·Mar 9, 2023Java Beginner's GuideJava is one of the most popular programming languages used in the world today. It has a wide range of applications, from web development to mobile app development, and is used by developers in almost every industry. If you're new to Java, it can seem...Discuss·14 likes·47 readsProgramming Blogs
Atik Khochikar_53forAtik's blogatikraja.hashnode.net·Apr 25, 2023Unleashing the Power of Servlets and JSPs: Your Path to Dynamic Web Applications in JavaIntroduction Web applications are an essential part of modern software development. They provide a platform for businesses to interact with their customers, users to access services, and organizations to manage their operations. Servlets and JavaServ...Discuss·1 likeJava
Jaydeep RavatforJaydeep's blogsuperjavacoder.hashnode.net·Apr 10, 2023Java Performance Tuning TipsJava is a powerful programming language, but even the most well-designed code can still have performance issues. Performance tuning is the process of optimizing your code to improve its speed and efficiency. In this blog, we will explore some essenti...Discuss·20 likes·43 readsJava
computer-Science-EngineerforcomputerScienceEngineercomputerscienceengineer.hashnode.net·Apr 7, 2023The reason why a char occupies 1 byte in C/C++ but 2 bytes in javaWhen it comes to programming languages, every language has its unique features and characteristics. One of the differences between Java and C/C++ that often confuses beginners is the difference in the amount of memory used for storing characters. In ...Discuss·11 likes·64 readsJava
Ishita Ghoshforishitaghosh.hashnode.net·Apr 5, 2023JUnit Explained: An Introduction to the Industry-Standard Testing FrameworkIf you're a Java developer👨💻, it's crucial to verify that your code functions as intended and is error-free to avoid any issues for end-users🕵️♂️. What is JUnit?🤔 JUnit, a widely-used testing framework,💻 allows you to test individual code unit...Discuss·11 likes·35 readsunit testing
Animesh TripathiforAnimesh Tripathianimeshtripathi.hashnode.net·Mar 31, 2023How To Use Java In Web 3 Development?Nowadays, we all are talking about cryptocurrencies, bitcoin etc. All these things come under web 3. In Web 3 we build different projects using different programming languages like JavaScript, Python, Solidity, C++, Java, HTML, Rust etc. In this arti...Discuss·28 readsJava
Akshay HiremathforAkshay's Blogakshayhiremathblogs.hashnode.net·Mar 13, 2023JSP Simplified: An Introduction to JavaServer Pages for Web DevelopmentJSP or JavaServer Pages is a technology used to develop web applications in Java. It is a server-side technology that enables developers to create dynamic web pages by embedding Java code in HTML pages. In this blog, I will discuss the basic concepts...Discuss·65 readsJava
Raghu Sree,nandanforRaghu's raghxy.hashnode.net·Mar 9, 2023Java Beginner's GuideJava is one of the most popular programming languages used in the world today. It has a wide range of applications, from web development to mobile app development, and is used by developers in almost every industry. If you're new to Java, it can seem...Discuss·14 likes·47 readsProgramming Blogs
Rahul RajforJava and Beyondrahulraj.hashnode.net·Feb 26, 2023Beginners guide to Java Garbage CollectorContext Often developers find Garbage Collector(GC) as a synonym for automated memory management. People tend to underestimate the challenges that come with it. Every automated solution has some trade-off associated with it. In C/C++, you need to tak...Discuss·11 likes·5.6K readsJava
Vidushi GandhiforVidushi Gandhi's blogvgandhi27.hashnode.net·Feb 24, 2023Tech opportunities in System Software Java Developer and Python DeveloperIn the previous blog, we studied Tech opportunities in systems software like Machine Learning and Full Stack development I hope you go to this blog and all my previous blogs related to System software this is the Blog 3 part B of this blog chain. Fr...Discuss·10 likes·37 readspython developer
Masroor Khanformasroorkhan.hashnode.net·Feb 19, 2023Object-oriented programming (OOP) in JavaObject-oriented programming (OOP) is a programming paradigm that is used to develop complex applications. OOP is based on the concept of objects, which can contain data and methods. Java is an object-oriented programming language that has been widely...DiscussJava