| | well this is a new thing for me I read from somewhere.. it is that the premiting data types in both the languages differ in nature. java's builtin Datatypes are not inherited from the base class Object where as C sharps integer and the like data types have object as there baseclass but not surprisingly C sharps premitive datatypes get a located in the Stack instead of heep means there are still the value types. what are u'r coments Does the C sharp Compiler totaly diferent features to work with these data types? |

