JavaSwitch statement in javaSwitch statement is same as else if statement. In switch statement only 1 condition will be true and…Pawneshwer GuptaFebruary 18, 2015 1 min
JavaNested if statement in javaIs nested because you have conditions evaluated within other conditions, that is, dependent on…Pawneshwer GuptaFebruary 17, 2015 1 min
JavaElse if statement in JavaIf statement is used to single condition. But if we want to validate multiple condition then we can…Pawneshwer GuptaFebruary 17, 2015 1 min
JavaIf statement in java, how to useIf statement is used when we want to check a condition. We check a condition to prevent our program…Pawneshwer GuptaFebruary 16, 2015 1 min
JavaWhy we use Conditional code and its different typesConditional code will help our app to prevent from sudden crash. By using conditions, we can fully…Pawneshwer GuptaFebruary 14, 2015 1 min
JavaWorking with Character value in javaCharacter is single valued object. A character is anything that you can type such as letters…Pawneshwer GuptaFebruary 10, 2015 1 min