Posts

Showing posts from December, 2017

November Month Postive Quote

Helping someone does not make you poor but it gives strength to others Fears and insecurities are unconsciously created by you. If you do not create them. they do not exist. Good leaders must first become good servants. Don't let circumstances control you. You change your circumstances. simplicity, patience, compassion. These three are your greatest treasures. A journey of a thousand miles must begin with a single step. Ideal see the cover book wouldn't help us. Continuous & Strategy learning will lift you to the next level. Life is a series of natural and spontaneous changes. Don’t resist them – that only creates sorrow. Let reality be reality. Let things flow naturally forward in whatever way they like.  Mastering others is strength. Mastering yourself is true power.  Everyone have the big dream/desire. But 99% of people fails because of lack of commitment. Rising to Your Purpose Through the Power of Passion and Possibility I say “Out” to every n

Java/Spring/Hibernate/DB interview questions

Core Java - Basics ü   What is the generic data type used for password ü   Why do we use getter and setter methods in a class? ü   What is heap memory and what is stack memory ü   Difference b/w JVM and JRE? ü   How hashcode is calculated? ü   Write immutable class ü   If immutable class has Date as field, can't it be changed? ü   Why password should be used as char array, what is the demerit of using as String? ü   What is intern method in String? ü   Advantages of immutable class ü   String class uses being immutable ü   Advantages of Object class making abstract. ü   How will you implement in your application to send notification of email to team member if some exception raised. ü   What are the different ways and strategies used in your application to handle exception? ü   How you are handling custom exception. ü   Explain OOPs and how you used in your real time application. ü   Batch Processing in Java ü   Explain polymorphism and give me