Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
karthika gkumar
Greenhorn
+ Follow
news
6
Posts
4
Threads
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
literals
java is case sensitive. but while representing hexadecimal numbers both upper case and lower case letters allowed. how it is possible?
show more
17 years ago
Beginning Java
coupling and cohesion
i changed my display name
thanks
show more
17 years ago
Beginning Java
coupling and cohesion
hi
what is coupling? what is cohesion?
i cant understand clearly those things in K&B book
please explain
show more
17 years ago
Beginning Java
constructors
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?
show more
17 years ago
Beginning Java
inheritence
thank you
show more
17 years ago
Beginning Java
inheritence
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?
show more
17 years ago
Beginning Java