How do you find the maximum number from an array without comparing and sorting?
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.
What is passing value java?
I want to store more than 10 objects in a remote server? Which methodology will follow?
What are the OOAD concepts in java explain with examples?
What is a “stateless” protocol ?
What is the difference between replace and replace all?
what is difference between set and list in collection?
Can you inherit from an abstract class java?
What is the purpose of java?
What is an object?s lock? Give name of object?s that have locks?
Is array a class?
What happens to a static var that is defined within a method of a class?