In general in java language everything is object but Primitive data types are not objects.We need a conversion
from primitive data type to object .For this conversion java provides Wrapper classes.
datatype Wrapper class
int-------Integer
float-----Float
double----Double
long------Long
short-----Short
byte------Byte
char------Char
I Read 20+ Spring Boot Books: Here Are My Top 6 Recommendations
-
Spring framework is one of the most famous structures in the Java world,
which used to develop Java applications, both core Java and web
application. It i...
18 hours ago
No comments:
Post a Comment
I'm certainly not an expert, but I'll try my hardest to explain what I do know and research what I don't know.