Is Java case-sensitive true?

Java, like most programming languages, is case sensitive . Even the slightest difference in naming indicates different objects (count does not equal Count). In order to be consistent, programmers follow naming conventions. For example, variables are lowercase (car) and classes are uppercase (Car).

Read more

What is a menu driven program?

menu-driven program A program that obtains input from a user by displaying a list of options – the menu – from which the user indicates his/her choice . Systems running menu-driven programs are commonplace, ranging from icroprocessor controlled washing machines to bank cash dispensers.

Read more