***** Important Program asked in interview **********
_________________________________________________________________________________



1. how to print all default value of all primitive and user defind data type ?
2. how to initialize single varriable ?
3 how to intialize multiple varriable ?
4, how to define Constant varriable ?
5. how to intiallize Boolean Lierals?
6. how to intiallize Character  Lierals?
7. how to define ASCII Character set ?
8. how to print Unicode Character Value as well integer value ?
9. how to print String Literals ?
10. how to print Decimal Literals ?
11.How to print floating point literals?
12. define unary operator ?
13. how to print Logical And Operator ?
14.how to print Logical Or Operator ?
14. how to create new operator ?
15. how to print instanceof Operator ?
16. what is Conditional operator ?
17. how to print Left and right shift operator ?
18. how to print any value with follow conditional control statement rule?
19. write a java programme using Switch Statement ?
20: How to Print Reverse String Value ?























Comments

Popular posts from this blog

Converting JSONArray into CSV file in java

Online Book Store Website Using Java

How to read CSV File in Java