I\'m a newbie to Java, but somewhat familiar to C. I wanted to know -- what differences are there between C structures and Java objects and invoking their methods? Or are the
C struct cannot have methods/functions in it. It is only a collection of different data types. class can have both variables and methods declared.
C
class