Wrapper Classes (6 Days)
Integer and Double
creating an Object
Integer(), compareTo(), equals(), intValue(), toString()
Double(), compareTo(), equals(), doubleValue(), toString()
HOME
Objectives
Why Include Integer and Double classes?
Print String in Reverse with Wrapper Class
Print decimal part only for double
Wrapper Sample Program with Integer
Wrapper Sample Program with Double
Wrapper Sample Questions