what are the limitations of the code playground? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

what are the limitations of the code playground?

is there a list of the imports that will work for say, java? does everything have to be written in the same class? is OOP possible with the use of access modifiers? can there be any gui implementations?

28th Jan 2018, 8:58 AM
Matt Holdsworth
Matt Holdsworth - avatar
2 Answers
+ 9
You can only run console applciations for non-Web code and all inputs must be provided in one go separated by new lines. 😉
28th Jan 2018, 9:49 AM
Zephyr Koo
Zephyr Koo - avatar
+ 3
one thing is that you can't take input at runtime
28th Jan 2018, 9:14 AM
shobhit
shobhit - avatar