Ugur Tas
Ugur Tas
@reactivecoder.bsky.social
Developer / bit.ly/m/ugurtas
Stack Memory vs Heap Memory in Java ->
medium.com/codimis/stac...
Stack Memory and Heap Memory in Java
Learn the key differences between stack and heap memory in Java. This in-depth guide covers how each memory type
medium.com
March 11, 2024 at 1:35 PM
I just published Stack Memory and Heap Memory in Java
medium.com/codimis/stac...
Stack Memory and Heap Memory in Java
Learn the key differences between stack and heap memory in Java. This in-depth guide covers how each memory type
medium.com
November 30, 2023 at 8:49 AM
I just published Autoboxing and Unboxing in Java medium.com/codimis/auto...
Autoboxing and Unboxing in Java
Autoboxing and unboxing are features introduced in Java SE 5 that allow automatic conversion between primitive types and their…
medium.com
November 27, 2023 at 12:22 PM
I just published Exception, What Happens Behind the Scenes in Java when an exception is thrown #Java medium.com/codimis/exce...
Exception, What Happens Behind the Scenes in Java
Exceptions are events that disrupt the normal flow of program execution in Java. When an exception occurs, the default behavior is for the…
medium.com
November 23, 2023 at 9:59 AM
I just published Heap Memory and How It Works in Java medium.com/codimis/heap...
Heap Memory and How It Works in Java
Heap memory is an important concept in Java that every developer should understand. The heap is the runtime data area. Hence heap memory…
medium.com
November 21, 2023 at 9:22 AM
I just published Stack Memory and How It Works in Java bit.ly/3ulgMSa
Stack Memory and How It Works in Java
Stack memory refers to a region of memory where Java keeps variables when declared inside methods or blocks. The stack follows the Last In…
bit.ly
November 17, 2023 at 3:40 PM
I just published Bitwise Operator vs Logical Operator in Java
bit.ly/bitwiseJ
Bitwise Operator vs Logical Operator in Java
Learn differences between bitwise and logical AND, as well as bitwise and logical OR.Gain insights into lazy and short-circuit evaluation
bit.ly
November 14, 2023 at 10:56 AM
I just published Understanding the "new" Keyword in Java
medium.com/codimis/unde...
Understanding the new Keyword in Java
The new keyword in Java is used to create new objects. It is one of the most fundamental and important keywords in the Java programming…
medium.com
November 10, 2023 at 11:18 AM
I just published Effective Java Coding Practices
bit.ly/effectiveJ
Effective Java Coding Practices
Learn how to write clean, efficient, and maintainable Java code with our comprehensive guide on effective Java coding practices.
bit.ly
November 6, 2023 at 8:05 AM
I just published Default Values of Primitive Types in Java bit.ly/primitiveJ
Default Values of Primitive Types in Java
Java provides a variety of data types to work with. We can categorize these data types into two groups: primitive types and reference…
bit.ly
November 3, 2023 at 10:06 AM
I just published Functional Interface Annotation in Java
Functional Interface Annotation in Java
An Explanation for Functional Interface Annotation
bit.ly
October 23, 2023 at 4:30 PM
Do you know the differences between Runnable and Callable interfaces? Check out this article

medium.com/codimis/runn...
Runnable vs Callable in Java
In Java, there are two main interfaces that are used to define tasks that can be executed concurrentlyβ€Šβ€”β€ŠRunnable and Callable. Both of…
medium.com
October 19, 2023 at 7:58 AM
I just published Complete Guide for Optional in Java

medium.com/codimis/comp...
Complete Guide for Optional in Java
Optional was introduced in Java 8 as a new core library class to represent the presence or absence of a value. Optional class aimed at…
medium.com
October 16, 2023 at 11:07 AM
Exception Handling interview question for Java
Interview Questionsβ€Šβ€”β€ŠException Handling in Java
Exception handling is a critical aspect of Java programming that allows developers to gracefully handle unforeseen errors and ensure the…
medium.com
October 12, 2023 at 9:15 AM
Java primitive boolean vs object boolean
Understanding Primitive and Object Boolean Types in Java
The default value of the primitive boolean is false and The default value of the object boolean is null. This is the most known thing about…
medium.com
October 11, 2023 at 8:57 AM
If you want to avoid NullPointerExceptions during stream API operation check out this article. bit.ly/45bPsT8
Strategies to Avoid NullPointerExceptions for Null-Safe Stream Operations in Java
NullPointerExceptions, or NPEs for short, are a common source of frustration for Java developers. They occur when an attempt is made to…
bit.ly
October 5, 2023 at 8:33 AM
You should take a look to this article to not make mistakes during the java interviews.
bit.ly/46tKxhj
Interview Questionsβ€Šβ€”β€ŠOptional in Java
Java introduced the Optional class in Java 8 as part of the java.util package. It provides a more eloquent way to deal with cases that may…
bit.ly
September 28, 2023 at 12:33 PM
When you add autocompletion tools, it becomes indispensable. Check this article medium.com/codimis/the-...
The Best Guide to Enhance Your Terminal Experience and Productivity with Zsh and Fig
Are you looking to supercharge your terminal usage and make it more productive? Look no further! In this post, I’ll introduce you to Fig…
medium.com
September 22, 2023 at 3:06 PM
Hello πŸ‘‹
September 22, 2023 at 6:49 AM