Java syntax: Difference between revisions

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile app edit iOS app edit App section source
Line 277:
 
====java.lang.Object====
{{code|java.lang.Object}} is Java's [[top type]]. SuperclassIt is implicitly the superclass of all classes that do not declare aany parent class (thus all classes in Java inherent from <code>Object</code>. All values can be converted to this type, although for primitive values this involves [[Object type (object-oriented programming)#Autoboxing|autoboxing]].
 
====java.lang.String====