what is predefined function in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are E and PI?
What is java jit compilers?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
What is a variable and constant?
What is the reflection?
int a=1,b=10; System.out.println(a+b--);
What classes can be used to store arbitrary number of objects ?
What is a treeset class?
What is reverse function?
What is the format specifier?
Why synchronization is important?
Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.