Recent Post

6/recent/ticker-posts

Difference between Java and Some other programming Languages || Daily Tech News || Tech Rohit

Hey Guys...
Today Discuss Difference Between Some Programming languages with Java.

JAVA Vs. C

Difference B/W Java and C

JAVA C
1. Java is object-oriented programming. 1.C is Procedural Language.
2.Java is not a support pointer.                                    2. C is a support Pointer.                                   
3.if The code size is large so easily understand. 3. Code size is large so easily not understand.        
4.it's use a bottom-up approach.                                4.it's use a top-down approach.                                    
5.exception handling is present in Java.5. Exception handling is not present in C programming language

JAVA Vs. C++

Difference B/W Java and C++
JAVA C++
1.Platform Independent1. Platform Dependent
2.Java is mainly used for application programming. It is widely used in windows, web-based, enterprise, and mobile applications.2. It's a program mainly System Program.
3. It's Not Support go to Statement.3. It's a Support go to statement.
4. Java is not Support Multiple Inheritance but it's archive through the Interface.4. It's Support Multiple Inheritance.
5. Java is not a Support Operator overloading.   5. It's Support Operator Overloading.

Thanks For Visiting My Blog!!!!!

Post a Comment

0 Comments