Spring framework ---Can somebody explain me in easily understandable format about AOP, IOC and DI, so that i can explain in interview rather than just telling what is available in net. I am not able to understand that also. I am new to Spring
No Answer is Posted For this Question
Be the First to Post Answer
How does jpa repository work?
What is a stream in java?
suppose we have one String s="india is my country"; now we get the o/p "like country my is India". what is the logic?
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.
i have client interview in TCS.client is CITI BANK.how to face it,what type of questions they will ask,please tell send me to kumar525job@gmail.com
Where is java installed?
What are jdk tools?
is hibernate a technology or framework?
what is jdbc?
How do I start netbeans?
What if I do not provide the string array as the argument to the method?
How do I run a java project in netbeans?