JavaWhat is the use of final keyword in JAVAFinal keyword in java Final keyword is used to make member's value unchanged. Simple definition of…Pawneshwer GuptaMarch 21, 2015 1 min
JavaWhat is the use of static Block in JAVAStatic block in java Static block is called when class initialized. Which means whenever your class…Pawneshwer GuptaMarch 21, 2015 1 min
JavaWhat is the use of static keyword in JAVAType of static in JAVA In JAVA static can be used in three way, static Variables static methods…Pawneshwer GuptaMarch 20, 2015 1 min