Promotion
CodeGym University
Learning
Course
Tasks
Surveys & Quizzes
Games
Help
Schedule
Community
Users
Forum
Chat
Articles
Success stories
Activity
Reviews
Subscriptions
Light theme
Group
Reviews
About us
Start
Start learning
Start learning now
Articles
Authors
All groups
All Articles List
CodeGym
/
Java Blog
/
Java Types
Java Types
48 members
Leaderboard
Popular
New
Old
Oleksandr Miadelets
Java Types
19 August 2021 9:57
Java Convert Char to Int With Examples
Pretty often symbolic information that users enter from the keyboard needs to be converted to numbers or a programmer should get numbers from it. There are some methods in Java to do it...
Pavlo Plynko
Java Types
26 July 2022 10:47
Java Boolean
The word “boolean” in the context of Java language can be used in different, albeit very related, meanings. It could be: boolean primitive type or boolean variable of this type...
Pavlo Plynko
Java Types
24 July 2022 15:08
Java Variables
In this article, we are going to explain to all Java learners what Java variables are and how to work with them. A variable in Java can be thought of as a box. This "box" has a certain size...
Artem Divertitto
Java Types
27 January 2022 9:51
Java Type Casting
What is Type Casting in Java? A data type is a predefined set of values that specify the type of values that can be stored in it along with the operation that can be carried out on them. The Java Type Casting is a process by which one data type is converted to another...
John Selawsky
Java Types
8 June 2021 5:14
Java Byte Keyword
What is a “byte”? 8 bits (bit is the smallest unit of data containing at most 2 logical states, normally 0 and 1) combine to make a single unit of addressable memory, called a “Byte”. Here’s a theoretical representation of what a byte normally looks like...
Milan Vucic
Java Types
8 December 2022 11:05
Data types in Java
Java is the statically typed language, meaning that we have to declare the type of a variable before storing the respective data in it, because it will not store the other data type as we can do in dynamically typed languages like Python, Javascript...
Please enable JavaScript to continue using this application.