Can you use this and super both in constructor
Can you use this and super both in constructor Answer : super() – calls the…
Read MoreCan you use this and super both in constructor Answer : super() – calls the…
Read MoreHow this and super used with constructors Answer : this is a reference to the…
Read MoreWhat is super java Answer : In java super has two forms: First used to…
Read MoreWhat is default value of local variables ? Answer : Local variables stored on the…
Read MoreCan you define private protected modifiers for variables interfaces ? Answer : No only public,…
Read MoreWhy no global variables in Java ? Answer : Java doesn’t supports global variables by…
Read MoreDo interfaces have member variables ? Answer : Yes interface can define member variables and…
Read MoreEmpty Java file valid source file name ? Answer : Yes. We can create empty…
Read MoreWhat is classloader in java ? Answer : Java Classloader is a part of the…
Read MoreWhat is main difference between Java platform and other platforms ? Answer : Java platform…
Read More