SCJP is a certification for programmers experienced using the Java programming language.
How come the elements of priority queue are ordered according to natural order by default as it doesn't implement comparable …
java scjpAre both SCJP 6 and OCJP 6 exams same? I am going to write OCJP 6 exam this month end but I am …
java scjpI know that we cant use assignment operator in if statements in java as we use in any other few …
java compiler-errors scjpWhile playing with classloaders i got the following exception: Exception in thread "main" java.lang.ClassCastException: xxx.Singleton cannot be …
java jvm classloader scjpGiven: public class Spock { public static void main(String[] args) { Long tail = 2000L; Long distance = 1999L; Long story = 1000L; if ((…
java scjp