Shubham Dadasaheb SawantSynchronization in javaSynchronization is a technique to have control over threads over a shared resources. If they are not managed properly they would give wrong…Jul 9, 2022Jul 9, 2022
Shubham Dadasaheb SawantVarargs and ambiguitySometimes unexpected errors can occur while overloading methods . These errors involve ambiguity because both the methods are valid…Jun 16, 2022Jun 16, 2022
Shubham Dadasaheb SawantUsing Command Line Arguments and Variable length arguments(Varargs) andCommand line argument:Jun 16, 2022Jun 16, 2022
Shubham Dadasaheb SawantNested and Inner classClass within another class is called nested class. This results into double layered encapsulation leading to more readable and maintainable…Jun 16, 2022Jun 16, 2022
Shubham Dadasaheb SawantIntroducing final keywordField, methods, classes in java can be final.Jun 16, 2022Jun 16, 2022
Shubham Dadasaheb SawantUnderstanding static keyword in javaThere are static block, static variable and static methodJun 15, 2022Jun 15, 2022
Shubham Dadasaheb SawantReturning ObjectsTill now we returned primitive data types now lets try to return objects from methods.Jun 14, 2022Jun 14, 2022
Shubham Dadasaheb SawantCall by value and Call by referenceCall by reference is not available in java. So we will study call by value and call by reference in other languages like c , cppJun 14, 2022Jun 14, 2022