Question Bank
3705 approved questions from the community
Java's platform independence means the same compiled bytecode can run on different operating systems without modification.
Java's architecture-neutral design allows it to scale across different hardware and software configurations.
The finally block in Java's exception handling is always executed regardless of whether an exception occurs.
What is polymorphism in Java?
What is the Java Native Interface (JNI)?
What does 'WORA' stand for in Java?
How does Java achieve security in its platform?
What is the purpose of the 'throws' keyword in Java?
What does the 'public' access modifier mean in Java?
What is the difference between 'protected' and 'default' (package-private) access in Java?
The DOCTYPE declaration is an HTML tag that defines the document structure.
The `<body>` section contains all the visible content that users see and interact with on a web page.
HTML comments are visible to website visitors in their browser.
Data attributes in HTML5 can only store string values.
The `<i>` tag should be preferred over `<em>` for emphasizing text in modern HTML.
Semantic HTML tags affect both the meaning and the default visual presentation of content.
The `<br>` tag requires a closing tag like `</br>`.
What is the correct syntax for adding a comment in HTML?
What is the correct format for the `lang` attribute to specify British English?
What is the primary purpose of data-* attributes in HTML5?