java important question answer

Selection Statement – if else and switch in Java Important Questions Answer

Selection Statement – Question Answer in Java Java Important Question Answer Selection (if else & switch) Statement in Java Que 1. What do you mean by Control flow? Answer: Control flow is a Cursor/control which executes the statement/instruction. Que 2. How many types of control structures are in Java? Answer: There are three types of …

Selection Statement – if else and switch in Java Important Questions Answer Read More »

Operators in Java Important Question Answers

Operators in Java Important Question Answer

Topics:- Operators in Java Que 1. What are Operators? Answer: Operators are special symbols in a programming language and perform certain specific operations. Que 2. What do you mean by Arithmetic Operators? Answer: Operators which perform the basic arithmetic operations – add, sub, mul, div, rem, are known as Arithmetic operators. Que 3. Explain all …

Operators in Java Important Question Answers Read More »

Data Types and Variables in Java Important Question Answer

Java Data Types and Variablse Question Answer

Java Important Question Answer Data Types and Variables Que 1. What are Variables? Answer: A variable is used to store the data. A Variable is a placeholder for data that can change its value during program execution. Technically, a variable is a name for a storage location in the computer’s internal memory. Que 2. What …

Data Types and Variables in Java Important Question Answer Read More »

You cannot copy content of this page

Scroll to Top