#Third question
22 messages ยท Page 1 of 1 (latest)
Method 1: Use Kotlin 
Method 2:
public static void antiNull(Object a){
if(a==null) System.exit(0);
}```
There. Fixed.
what are you talking about?
i see
This dude actually thinks he coding in Kotlin ๐
Also, method 3 (more graceful):
void myMethod(Object myArgument) {
assert myArgument != null;
}
๐ฟ
mutual servers ๐
Use my Language
It is very concise yet expressive
shru up
