I have a few doubts on java concepts:
-
Is code reuse in java similar to using functions as defined in other programming languages like C?
-
Is Java robust by nature or does it provide a way to write robust code ?
Can anyone explain the above two. I have read a few books and I did not get a clear picture
Code Reuse
I do like to point you to some links on this topic.
Some points about code reuse from the first link.
Robust
Quoted from Core Java, Volume I, Fundamentals.