Java

Java Float vs Double 4 Main Differences when to use

Java: Float vs Double | 4 Main Differences (& when to use?)

Java is one of the most versatile languages of this time. Every youth today is either a fan of Python or Java, there is no in-between. If you’re a programmer, you’ve probably come across the terms “float” and “double” when working with numerical data types. These two data types are commonly used for representing real …

Java: Float vs Double | 4 Main Differences (& when to use?) Read More »

What is Polymorphism in Java

What is Polymorphism in Java?

To begin with, let me first tell you about what polymorphism is about. The  derivation  of the  word  Роlymоrрhism  is  from  two  different  Greek  wоrds-  роly  аnd  mоrрhs.  “Роly”  means  numerоus,  аnd  “Mоrрhs”  meаns  fоrms.  Sо,  роlymоrрhism  means  innumerable  forms.  Роlymоrрhism,  therefоre,  is  оne  оf  the  mоst  signifiсаnt  features  оf  Оbjeсt-Оriented  Рrоgrаmming.I am sure you …

What is Polymorphism in Java? Read More »

Scroll to Top