karthika gkumar

Greenhorn
+ Follow
since Apr 15, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by karthika gkumar

java is case sensitive. but while representing hexadecimal numbers both upper case and lower case letters allowed. how it is possible?
17 years ago
i changed my display name
thanks
17 years ago
hi

what is coupling? what is cohesion?
i cant understand clearly those things in K&B book
please explain
17 years ago
the only way a constructor can be invoked is from within another construtor.
that means we cant call a constructor just like methods right?

and

how the constructor of Object is invoked?
17 years ago
thank you
17 years ago
in java all the classes are extend with Object class implicitly.
java does not support multiple inheritence.
but when we are extending a class with some other class doesnt that mean that class is extended twice?
17 years ago