Stormsofts Technology

Java Interview Questions

Basic Interview Questions Why is Java a platform independent language? Java language was developed in such a way that it does not depend on any hardware or software due to the fact that the compiler compiles the code and then converts it to platform-independent byte code which can be run on multiple systems. The only condition to run …

Java Interview Questions Read More »

HTML Interview Questions

Basic Interview Questions Are the HTML tags and elements the same thing? No. HTML elements are defined by a starting tag, may contain some content and a closing tag.For example, <h1>Heading 1</h1> is a HTML element but just <h1> is a starting tag and </h1> is a closing tag. What are tags and attributes in …

HTML Interview Questions Read More »

Scroll to Top