Skip to main content

Posts

Difference Between C++ and Java

Difference Between C++ and Java  We read the difference between step by step C ++ and Java, if you have any doubt, you can comment in the comment box below and clear your case from me. Object Oriented Programming in C++ and Java C ++ is not a completely object oriented programming language because in it we can also create programs without classes and objects. On the other hand, if we talk about Java, then it is a Purely Object Oriented Programming language, because in it we cannot create any new program without classes and objects. Difference Between Platform Dependent and Platform  Independent in Java and C++ C ++ is a platform dependent programming language because it cannot run code written in one computer into another computer. The same Java is a kind of Platform Independent programming language because we can run its byte code easily in any computer. Operator Overloading in C++ and Java C ++ »Language Operator supports overloading. Java »Language operator does not support...
Recent posts

Basic HTML Document Example

 Basic HTML Document Example The following is an example of an HTML document - HTML is a markup language and uses various tags to format the content. These tag angles are enclosed within braces <tag name>. Except for a few tags, most tags have their respective completion tags. For example, <html> has its own closing tag </html> and <body> tag has its own closing tag </body> tag etc. 1:- Doctype Element The full name of the DOCTYPE element is the document type definition. This tag provides information about these two things: Web document type and HTML version. The document type indicates to the computer that it is an HTML document. And from HTML version we get information about HTML version which version of HTML is used in this HTML document. The HTML version and the document type declaration are used by the browser to correctly and fully understand the HTML page. So Doctype Declaration should give time to the Wee HTML Page. 2:- html Element Opening ...

HTML Overview | Basic HTML Documents

HTML (hypertext markup language) is the code used to create a web page and its contents. For example, content can be structured within a set of paragraphs, using a list of bulleted points, or images and data tables. HTML is not a programming language; It is a markup language that defines the structure of your content. HTML consists of a series of elements, which you use to separate, wrap, or wrap content so that it displays in a certain way, or functions in a certain way. Attachment tags can create a word or image hyperlink elsewhere, italicize words, enlarge or shrink the font. Basic HTML Documents An HTML Document or an HTML Page is created with HTML Elements and HTML Tags. You also know HTML page by the name of  Web page. The structure of an HTML page is similar to the design of a newspaper or magazine article. A normal magazine article has Headings (titles), Paragraphs, Sub-headings (subtitles) etc. Exactly the same thing happens in a Basic HTML Document. Even in an HTML Docume...

Features of Android

 Features of Android let's see the features of android. The important features of android are given below: Beautiful UI :- Android operating system provides a UI which is associated with the activity and presented to user. Connectivity  :- It has various connections such as Bluetooth, Wi-Fi, GSM/EDGE, CDMA etc. Storage :- A light relational database – SQLite is used for the storage purpose. Media support  :- H.263, H.264, MPEG-4 SP, AMR, AMR-WB, AAC, HE-AAC, AAC 5.1, MP3, MIDI, Ogg Vorbis, WAV, JPEG, PNG, GIF, and BMP. Messaging  :- It supports messaging services -SMS , MMS. GCM  :- Google Cloud Messaging (GCM) is a service that lets developers send short message data to their users on Android devices, without needing a proprietary sync solution. Web Browser  :- It is based on the open-source WebKit layout engine which is coupled with Chrome’s V8 JavaScript engine that supports HTML5 and CSS3. Resizable widgets  :- Widgets are resizable, so user...

Java JRE and JVM | Difference between JVM and JRE

 Java JRE and JVM | Difference between JVM and JRE In this topic, we will give you complete information of JRE and JVM. JVM(Java Virtual Machine) JVM (Java Virtual Machine) is an abstract machine that enables your computer to run Java programs. and Which provides a runtime environment. When you compile a java program, it is converted into byte code. This byte code cannot run on any machine or operating system. It only runs on JVM (Java Virtual Machine). The Java Compiler that Byte Code generates is for JVM because of the JVM being in the entire system, this program runs in every computer, making the Virtual Machine Code running in the Operating System. JRE(Java Runtime Environment) The full name of JRE is Java runtime environment. JRE is also called java runtime. JRE is a part of JDK (java development kit). JRE is a group of software tools to develop Java applications. The JRE class contains groups of libraries and other files, which JVM uses in runtime and it also contains JV...

Introduction to HTML

Introduction to HTML HTML was first created by Tim Berners-Lee, Robert Cailliau, and others starting in 1989. It stands for Hyper Text Markup Language. HTML stands for HyperText Markup Language. It is used to design web pages using a markup language. HTML is the combination of Hypertext and Markup language. Hypertext defines the link between the web pages. A markup language is used to define the text document within tag which defines the structure of web pages. HTML stands for HyperText Markup Language. HTML is used to create web pages and web applications. HTML describes the structure of a Web page. HTML is widely used language on the web. HTML consists of a series of elements. HTML elements tell the browser how to display the content. We can create a static website by HTML only. Technically, HTML is a Markup language rather than a programming language. What You Can Do with HTML...? There are lot more things you can do with HTML. You can publish documents online with text, images, lis...

Introduction to android

Introduction to android Android is an  open source and Linux-based operating system for mobile phones, tablets, TVs and similar devices. Google bought Android in 2005 and has since made Android available for mobile phone, tablet and TV producers. Why Android? Android is the most successful and powerful mobile operating system in the market today. Open-source Customizable operating System Reduce cost of development and overall complexity Larger community and developer reach Higher success ratio Rich development environment – variety of apps can be developed The result is that popular brands like HTC, Samsung, Sony, LG, Motorola etc. as well as lots of cheaper brands are now producing phones, tablets and TVs running the Android operating system. According to Android director Stephanie Cuthbertson, there are more than two and a half (2.5) billion active Android devices around the world today., and around 1.5 million Android devices are activated every day.