Popular posts from this blog
Introduction to the Internet of Things and Embedded Systems (Week 2)
1. Identify two embedded systems that are sold on the market today and analyze their interfaces. >>> DIGITAL CAMERA A digital camera is very good example of Embedded system. Cameras that we use today are smart and have a lot of features that were not present in early cameras all because of embedded system used in them. A digital camera has basically three functions, to capture image which we call data, to store image data, and to represent this data. Today images are stored and processed in form of digital data in bits. HOME SECURITY SYSTEMS Home security systems has another good example of Embedded systems. These systems have several features just as checking for fire or gas leakages, and...
Difference Between Java and Java EE ?
JAVA vs JAVA EE Java or Java SE provides basic functionality like defining basic types and objects where as Java EE provides APIs for running large scale applications. SE is a normal Java specifications where as EE is built upon Java SE. Provides functionality like web applications, serverlets etc. Java SE consists of class libraries, virtual machines, deployment environment programming. where as Java EE is a structured application with separate client, Business enterprises layers. Java SE is mostly used to develop APIs for desktop applications like antivirus software, game etc. where as Java EE is mainly used for web applications. Java SE is suitable for beginning Java developers. where as Java EE is suitable for experienced Java developers who builds enterprise wide applications. - Jai Gora
Comments
Post a Comment