What is a service layer in java?


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

Post New Answer

More Java Related AllOther Interview Questions

What about 'hostile applets'? : java security

0 Answers  


What are microservices in java?

0 Answers  


What is setstring method 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  


Why is javac not recognized?

0 Answers  


when i send the request to the JSP page it will print as it is and why? and how to solve this problem please inform me that solution

0 Answers  


What is war file in java?

0 Answers  


What are the benefits of a jar file?

0 Answers  


what is meant by Encapsulation?Explain with an example?

4 Answers  


What is proxy object in java?

0 Answers  


What is java lang?

0 Answers  


Is openjdk the same as jdk?

0 Answers  


Categories