For the new switch what if you wan to fall through the next case?
@navnathjadhav91115 жыл бұрын
@Marco..You really good explaination. Thank you.
@annvarghese89133 жыл бұрын
Thank you. Short and to the point ☺️
@aironmanDiver5 жыл бұрын
Thanks Marco.
@gabbah795 жыл бұрын
Java looking more and more like Scala with each release
@rotariupetru80264 жыл бұрын
Hi @Marco, What does the colon(:) operator means in this context: StringUtils.capitalize(str:"prince Charles");
@MarcoBehler4 жыл бұрын
Where do you have that from? It's not valid Java code.
@rotariupetru80264 жыл бұрын
@@MarcoBehler.Just in your video. At the min 2:15. I meam only colon operator.Do not take into account the parenthesis
@MarcoBehler4 жыл бұрын
@@rotariupetru8026 Ah, that's an IntelliJ feature. It just overlays the method's parameter name in front of the value, but this is entirely "virtual".
@abufaya41555 жыл бұрын
will the syntax of java will change with the changing versoons of java or I'm using java8 n jdk8 is it good to continue or should i ipdatr to java12 waiting for ur reply
@MarcoBehler5 жыл бұрын
Java is , compared with other languages, hardcore backwards-compatible. That means syntax that was valid in jdk8 - generally speaking-, is almost always valid in java 12, just not the other way around (and ignoring some other problems along the way.
@abufaya41555 жыл бұрын
@@MarcoBehler tnx man appreciate it!!
@jeeandmedical67205 жыл бұрын
plz shear every Java 12 feature explain
@MarcoBehler5 жыл бұрын
What else would you like to see covered?
@wesosdequeso83605 жыл бұрын
That switch looks cool, but Java 8 still best imo.
@BeatSyncBytes5 жыл бұрын
Java 12 enhancement on the jvm tunning as they want to sell Java to Enterprise for heavy charge of course
@TristanTarrant5 жыл бұрын
Not many exciting features ? Shenandoah is quite a big thing...
@MarcoBehler5 жыл бұрын
Unfortunately most application developers (including myself) won't know how to properly "judge" improved garbage collection and it's difficult to show in a video. But yup, Shenandoah sounds good.