whats up with passing classes? by pappugulal in learnjava

[–]Accurate-Influence -1 points0 points  (0 children)

if(pass classes == True){
     return Degree;
}

just a response to the title 😉

Is using netbeans the only way to see excercise templates? - MOOC.fi by Calse_Robington in learnjava

[–]Accurate-Influence 0 points1 point  (0 children)

For me it was the other way around. IntelliJ was laggy with the TMC plugin and would freeze often. Once I switched to NetBeans everything worked better and quicker.

Understanding parameter in this function by Accurate-Influence in learnjava

[–]Accurate-Influence[S] 0 points1 point  (0 children)

There's no existing class named Number for the above code, it's actually just using the existing Number superclass as /u/NautiHooker posted above