Java Online Test - Data Types Author: Ramesh Fadatare Java MCQ Online Test Get link Facebook X Pinterest Email Other Apps Here are 10 multiple-choice questions (MCQs) based on Java data types. Each question includes options and after test submission, you can check out explanation for the correct answer. 1. Which data type would you use to store a person's age in Java? a) int b) double c) boolean d) String 2. What is the default value of a variable of type double in Java? a) 0 b) 0.0 c) null d) Not set 3. Which data type can only hold the values true or false? a) int b) char c) boolean d) byte 4. What is the size of the char data type in Java? a) 1 byte b) 2 bytes c) 4 bytes d) 8 bytes 5. What is the range of the byte data type in Java? a) -128 to 127 b) 0 to 255 c) -32768 to 32767 d) -2147483648 to 2147483647 6. Which of the following is not a primitive data type in Java? a) int b) String c) float d) short 7. Which data type is used for precise calculations involving currency? a) int b) double c) float d) BigDecimal 8. What is the size of the float data type in Java? a) 4 bytes b) 8 bytes c) 2 bytes d) 16 bytes 9. What data type would be best for storing a book's ISBN number? a) int b) long c) String d) float 10. Which Java data type would be used to store the result of comparing two integers? a) int b) double c) boolean d) long Submit Retake Test Related Java and Advanced Java Tutorials/Guides Java Programs Java for Beginners Java OOPS Tutorial Java for Professionals Java Collections Tutorial Java String Tutorial Java Exceptions Tutorial Java Regex Tutorial Java Multithreading 500+ Java MCQ Java Generics Tutorial Java IO Tutorial JDBC Tutorial JavaFX Tutorial Swing Tutorial Java 8 Date Time Interview Guides Java 8 Tutorial Java 9 Tutorial DS and Algorithms JavaFX Tutorial Swing Tutorial Head First Patterns Core JavaEE Patterns Java Best Practices JDBC Tutorial JSP Tutorial Servlet Tutorial JSP Servlet Projects JAXB Tutorial Java JSON-P Tutorial Maven Tutorial Java Thymeleaf Tutorial Related Quizzes: Core Java Quiz Java (1K+ Quiz Questions) Java Coding Quiz Java 8 Quiz DSA Quiz Java OOPS Quiz JSP Quiz Servlet Quiz Hibernate Quiz JPA Quiz Start Quiz Design Patterns Quiz REST API Quiz JSON Quiz XML Quiz Spring Boot Quiz Spring Framework Quiz Microservices Quiz Spring MVC Quiz Spring Data JPA Quiz Spring Cloud Quiz Spring Security Quiz Quiz Spring Testing Quiz Quiz Spring AOP Quiz Quiz Spring JDBC Quiz Quiz Spring Messaging Quiz Quiz Spring Data Quiz Quiz Spring WebFlux Quiz Quiz Spring Batch Quiz Quiz JavaScript Quiz JavaScript Coding Quiz React JS Quiz Angular Quiz Node JS Quiz JQuery Quiz VueJS Quiz TypeScript Quiz Express.js Quiz SQL Quiz DBMS Quiz MySQL Quiz PostgreSQL Quiz MongoDB Quiz Docker Quiz Git Quiz Kotlin Quiz Software Engineering Quiz Operating System Quiz Computer Network Quiz Linux Quiz Computer Fundamentals Quiz RabbitMQ Quiz Apache Kafka Quiz DevOps Quiz Hadoop Quiz Unix Quiz JUnit Quiz Quiz Java Coding Quiz Top 100+ Python Quizzes Top C++ Quizzes Comments
Comments
Post a Comment
Leave Comment