What is the use of rs next () in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Java Related AllOther Interview Questions

How can you work with permissions from your .net application? : java security

0 Answers  


Why is lambda expression used?

0 Answers  


how we can export all the contacts and messages from nokia mobile to other mobile or pc? (pls answer quickly)

1 Answers  


Can I have multiple main methods in the same class?

0 Answers  


Which is the best book for whole java study?

12 Answers  






How do I create an executable jar file?

0 Answers  


How do I start netbeans?

0 Answers  


What is a stream in programming?

0 Answers  


What is lambda expressions action func and predicate?

0 Answers  


What is http session in java?

0 Answers  


What is jndi datasource in java?

0 Answers  


public 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 Answers  


Categories