J2SE Question:

What is if?

J2SE Interview Question
J2SE Interview Question

Answer:

A Java keyword used to conduct a conditional test and execute a block of statements if the test evaluates to true.


Previous QuestionNext Question
What is implements?What is identifier?