answersLogoWhite

0

Embedded systems typically run on extremely limited hardware. Even the smallest implementation of Java (Micro Edition) can't compete with a small C implementation both in terms of memory footprint and execution speed.

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Engineering

What is the difference PYTHO and java and c?

Python, Java, and C are three distinct programming languages, each with unique characteristics. Python is known for its simplicity and readability, making it ideal for beginners and rapid development, while Java is a statically-typed, object-oriented language that emphasizes portability across platforms through the Java Virtual Machine (JVM). C, on the other hand, is a low-level language that provides fine control over system resources and memory, often used for system programming and embedded systems. Overall, Python prioritizes ease of use, Java focuses on cross-platform compatibility, and C emphasizes performance and system-level access.


What are the advantages of java swing over java applet?

I think you may have your terminology off a bit.javax.swing is a Java package of graphical user interface (GUI) classes.An Applet is a class designed to be embedded in a web browser.Among the classes in the Swing package is JApplet, which is an Applet extended to work with Swing components.There really is no "advantage" of one thing over the other. They are just different, if related, parts of Java.


Why c advanced than java?

C is considered more advanced than Java in certain contexts due to its low-level programming capabilities, allowing for direct manipulation of hardware and memory, which can lead to more efficient code execution. Additionally, C provides greater control over system resources and performance optimization, making it suitable for system programming and embedded systems. However, Java offers features like automatic memory management and a rich standard library, making it more user-friendly and portable across platforms. The definition of "advanced" can vary based on the specific needs of a project or application.


Are binary strings used in Java?

No if there was then java wouldn't have over 4 billion down loads


Can you overload plus equals in java?

yes to over load plus in java by using arthamatic operation we can perform it

Related Questions

What is a applet in java?

Applets are small programs and that are embedded in webpages.they can be transported over the internet one computer to another computer.i mean web server to client server.


What is the difference PYTHO and java and c?

Python, Java, and C are three distinct programming languages, each with unique characteristics. Python is known for its simplicity and readability, making it ideal for beginners and rapid development, while Java is a statically-typed, object-oriented language that emphasizes portability across platforms through the Java Virtual Machine (JVM). C, on the other hand, is a low-level language that provides fine control over system resources and memory, often used for system programming and embedded systems. Overall, Python prioritizes ease of use, Java focuses on cross-platform compatibility, and C emphasizes performance and system-level access.


Why do companies like Marks Work Warehouse frequently team Java with the Linux operating system?

Generally, anything written in java will transfer over to another operating system.


What are the advantages of java swing over java applet?

I think you may have your terminology off a bit.javax.swing is a Java package of graphical user interface (GUI) classes.An Applet is a class designed to be embedded in a web browser.Among the classes in the Swing package is JApplet, which is an Applet extended to work with Swing components.There really is no "advantage" of one thing over the other. They are just different, if related, parts of Java.


Differentiate java applets from java application?

Distinguishing Java Applets from Java Applications - AchieversIT Java Applets and Java Applications are two distinct types of Java programs, each with its own characteristics and use cases. Here's a breakdown of the key differences between Java Applets and Java Applications: Purpose and Use: Java Applets: Java Applets are designed to be embedded and executed within web browsers. They are primarily used for creating interactive content on web pages, such as animations, games, or small applications. Java Applications: Java Applications are standalone programs that are intended to run independently on a user's computer or server. They are not embedded in web browsers and serve a wide range of purposes, from desktop software to backend server applications. Execution Environment: Java Applets: Java Applets run in a controlled environment within a web browser. They are subject to certain security restrictions and must be executed with a Java plugin. Browser support for Java Applets has decreased in recent years. Java Applications: Java Applications run on a Java Virtual Machine (JVM) installed on the user's computer or server. They are not constrained by web browser limitations and have more direct access to system resources. User Interaction: Java Applets: Java Applets are designed for user interaction within web pages. They can respond to user events like clicks and keyboard input, making them suitable for creating dynamic web content. Java Applications: Java Applications can be interactive and accept user input through graphical user interfaces (GUIs) or command-line interfaces. They are versatile for creating various types of software. Deployment: Java Applets: To deploy a Java Applet, it needs to be embedded in an HTML web page using the tag. Users may need to have the Java plugin installed to run Applets. Java Applications: Java Applications are deployed as executable JAR (Java Archive) files or through installers. Users typically run them directly from their desktop or command line. Access to System Resources: Java Applets: Java Applets operate within a sandboxed environment with restricted access to system resources for security reasons. They cannot perform operations like file I/O without user permissions. Java Applications: Java Applications have more extensive access to system resources and can perform operations such as file I/O, network communication, and hardware interaction, based on user permissions. Web Browser Support: Java Applets: Browser support for Java Applets has significantly declined over the years due to security concerns and the rise of alternative web technologies like HTML5 and JavaScript. Java Applications: Java Applications do not rely on web browsers and are not subject to browser-related compatibility issues. In conclusion, Java Applets and Java Applications serve different purposes and operate in distinct environments. Java Applets are designed for web-based interactivity within browsers, while Java Applications are standalone programs for a wide range of software development purposes. AchieversIT provides comprehensive Java training that covers both Java Applet development and Java Application development, equipping students with the skills needed for various programming scenarios.


Advantages of having an animated flash movie embedded to your HTML document?

Advantages over what? not having one? In which case Flash movies can have smoother interaction and can create a better interface for your users however this can be done in Java-Script too.


Why c advanced than java?

C is considered more advanced than Java in certain contexts due to its low-level programming capabilities, allowing for direct manipulation of hardware and memory, which can lead to more efficient code execution. Additionally, C provides greater control over system resources and performance optimization, making it suitable for system programming and embedded systems. However, Java offers features like automatic memory management and a rich standard library, making it more user-friendly and portable across platforms. The definition of "advanced" can vary based on the specific needs of a project or application.


Why is PC preferred over laptop?

if you mean why is a desktop preferred over a laptop. then i would answer that they aren't and that laptops are preferred because of their convenience


Advantage of java over j2ee?

HI, Java and J2ee java is for the stand alone application but j2ee is for the enterprise applications.


What are the advantages of java 6 over java 5?

Java 6 has some major improvements over Java 5. Apart from the addition of additional coding libraries, it is compatible with more websites and still supported by Oracle, unlike the older version.


Why interval estimates are preferred over point estimates?

Interval estimates are generally to be preferred over point estimate


Which is better advance java or android?

Java is much advance because application designed to run over Android are written in Java Language.