Programmer Coding

Author name: admin

Java Comments

Comment is basically used when we do not want to execute the statement. Type of Java comments There are mainly two type of java comment. Single Line comment. Multi Line comment. Single line comment  :- The single line comment Is used for comment only one line. Syntax:- // this is single line comment (‘//’) Example:- […]

Java Comments Read More »

why java is a high level programming language

Java is a high–  position,  protean, and object-  acquainted programming language that was firstly developed by Sun Microsystems in themid-1990s. It was designed with the  thing of  furnishing a platform-independent programming language that could be used for developing software across  colorful  bias and operating systems. Then are some  crucial aspects of Java   Platform Independence   One

why java is a high level programming language Read More »

Features of Java

There is given a lot of features of java. The Java given Features are simple and easy to understand. 1. Simple 2. Object-Oriented 3. Portable 4. Platform self-supported 5. Secured 6. Dynamic 7. Interpreted 8. High Applyance 9. Multialternateed 10. Distributed First program in java How to write a program in java ? How to

Features of Java Read More »

Python OOPs Concepts

Python OOPs Object-oriented programming (OOP) in Python is a programming paradigm that uses objects and classes in programming. Its goal is to use real-world tools such as inheritance, polytyping, and encapsulation in programming. The main idea of ​​OOP is to bind data and the functions that manage that data as a unit so that other

Python OOPs Concepts Read More »

Scroll to Top