Open in app
Home
Notifications
Lists
Stories

Write
Himashaamarasingha
Himashaamarasingha

1 Follower

Home

Jul 19

Why do Time Zones matter for Developers?

As software developers, we must understand how to deal with date and time because issues resulting from different time zones and daylight savings may arise. Therefore, we initially concentrate on time zones and daylight savings before moving on to the date and time classes used in Java. The time zone…

2 min read

Why do Time Zones matter for Developers?
Why do Time Zones matter for Developers?

2 min read


Jul 19

chapter 5 (Head First Java)

Typically, we follow these steps to construct a Java class: - Determine what the class is expected to accomplish -List the instance variables and methods. -For the methods, create the prepcode. -Write test code for the methods -Implement the class. -Test the methods. -Debug and reimplement as needed. For each…

2 min read

chapter 5 (Head First Java)
chapter 5 (Head First Java)

2 min read


Jul 19

Manual message acknowledge on kafka

how we can process messages as a batches however this is little bit advance than the processing each messages. But even though you write these as a each messages this client will process messages as a batches. …

2 min read

2 min read


Jul 19

Chapter 4(Head First Java)

let’s examine how objects behave. The states and behaviors of objects exist. have instance variables and methods that represent their state and behavior. The blueprint for an object is a class. Each instance of a certain class has the same methods, but depending on the value of the instance variables…

2 min read

Chapter 4(Head First Java)
Chapter 4(Head First Java)

2 min read


Jul 19

Chapter 3(Head First Java)

Variables A variable serves as a holding area for the value while a Java application is running. A data type is given to a variable. In Java, variables can be either local, instance-level, or static. Let’s first learn Java data types before moving on to the declaring phase. because data types…

4 min read

Chapter 3(Head First Java)
Chapter 3(Head First Java)

4 min read


Jul 18

Chapter 2 (Head First Java)

procedural programming and object-oriented programming The programs are created using both procedural and object-oriented programming. High-level programming languages define both of them. These are two significant concepts, and understanding how they vary is crucial. Let’s compare the two using a real-world example. Two programmers in an IT company working on a project. Larry is one…

3 min read

Chapter 2 (Head First Java)
Chapter 2 (Head First Java)

3 min read


Jul 18

Chapter 01 (Head First Java)

The Java Virtual Machine (JVM) serves as a run-time engine for Java programs. The main method in Java programming is really called by the JVM. Java programs are referred to as Write Once Run Anywhere. This implies that a programmer can create Java code on one system and expect it…

5 min read

Chapter 01 (Head First Java)
Chapter 01 (Head First Java)

5 min read


Jul 17

JVM : Data Types and Class Loader

These data types deal with JVM; they are not found in the Java language. Primitive type — holding the value of it’s data. reference type — holding reference. It is different when it comes to boolean. …

5 min read

JVM : Data Types and Class Loader
JVM : Data Types and Class Loader

5 min read


Jul 17

Inside java virtual machine

Although JDK and JRE are available, there is no such thing as a JVM. eg: If no program is running on your computer during that specific time period, a JVM instance is not present. Therefore, if you are running three separate Java programs simultaneously, there will be three different JVM…

3 min read

Inside java virtual machine
Inside java virtual machine

3 min read


Jul 17

What is JVM

“JVM is there to run java program or otherwise convert byte code into machine code”. This is not wrong but this is not completely right. To begin with, we shall comprehend what a virtual machine is before moving on to the JVM. Virtually means not reality. Nevertheless, those will replicate…

2 min read

What is JVM
What is JVM

2 min read

Himashaamarasingha

Himashaamarasingha

1 Follower

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech