Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) how to get the max salary and name of employee from arraylist without using the Comperator or even Comparable interface?
2 27449HOW TO PRINT A NO IN WORDS USING WHILE LOOP THE NO WILL BE PRINTED WHEN IT WILL BE IN THE RANGE BETWEEN 1 AND 3?
1 3818public class Dog { private int weight; public int getweight(){ return weight; } public void SetWeight(int newWeight){ if (newWeight > 0){ weight = newWeight; } } } public class TestDog { public static void main(String[] args) { Dog d = new Dog(); System.out.println("Dog d's weight is " + d.getWeight()); d.setWeight(42); System.out.println("Dog d's weight is " + d.getWeight()); d.setweight(-42); System.out.println("Dog d's weight is " + d.getWeight()); } } class dog is compiled but there is an error in class TestDog when compiled and the error is with dot notations. I want to kmow why there is error in testdog class when compiled.
3 7132Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com
2987how can be object class inherited to all class in a program when java does not support multiple inheritance??
4 6364take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
1983
Is a spring bean a singleton?
What happens when jms queue is full?
What is javabeans api?
Where is java located?
Mention a package that is used for linked list class in java.
What is swing gui?
How do you do descending order in java?
What is general methodology?
What is dialect in hibernate?
What is the web module?
What is web container in java?
What is linkedlist in java?
What is the relation between the infobus and rmi?
What do you understand by mime type?
How can you make a connection?