What is null statement?



What is null statement?..

Answer / Mohammad Zunaid

A null statement, in some programming languages such as Ada, is a null operation or no-op. It simply does nothing and consumes no CPU cycles.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Describe how to implement singleton design pattern in struts.

1 Answers  


What are the important features of Java 11 release?

1 Answers  


Tell me the Importent classes in net package?

1 Answers  


Does constructor be static?

1 Answers  


Why java doesn’t support multiple inheritances?

1 Answers  


Can you give few examples of final classes defined in java api?

1 Answers  


Can we change the value of static variable?

1 Answers  


How list contains works in java?

1 Answers  


How to avoid memory leak in java?

1 Answers  


What are drawbacks of singleton class?

1 Answers  


What is console based application in java?

1 Answers  


Can i have abstract class with no abstract methods?

22 Answers   CTS,


Categories