You are on page 1of 3

15/04/2022, 16:18 Discuss Java

Discuss Java

Java is a high-level programming language originally developed by Sun Microsystems and


released in 1995. Java runs on a variety of platforms, such as Windows, Mac OS, and the
various versions of UNIX. This tutorial gives a complete understanding of Java.
This reference will take you through simple and practical approaches while learning Java
Programming language.

1 Comment Sort by Oldest

Add a comment...

Sathya Murthy
Inbuilt Class string can inherit all the methods from class object? And Why
Like · Reply · 1y

Wali Sangar
Because String is a child class of Object class. As per inheritance child class can inherit
fields, methods and constructor of the parent class. Object is a root class for all other
objects in Java.
Like · Reply · 37w

Facebook Comments Plugin

Useful Video Courses


Video

Java Date And Time Online Training

16 Lectures 2 hours

Malhar Lathkar

More Detail

https://www.tutorialspoint.com/java/java_discussion.htm 1/3
15/04/2022, 16:18 Discuss Java
Video

Java Servlet Online Training

19 Lectures 5 hours
Malhar Lathkar

More Detail

Video

JavaScript Online Training

25 Lectures 2.5 hours

Anadi Sharma

More Detail

Video

Java Online Training

126 Lectures 7 hours

Tushar Kale

More Detail

Video

https://www.tutorialspoint.com/java/java_discussion.htm 2/3
15/04/2022, 16:18 Discuss Java

Java Essential Training

119 Lectures 17.5 hours

Monica Mittal

More Detail

Video

Java Essentials Online Training

76 Lectures 7 hours
Arnab Chakraborty

More Detail

https://www.tutorialspoint.com/java/java_discussion.htm 3/3

You might also like