damn, i got trolled about this :code: :stopcode: thing. can you guys also teach me how to do that?
Jace Brown
Math.pow just returns the first parameter to the power of the second parameter. What dont you undersrand? Also you intellij for your ide everything else is trash
Adam James
Y native qualifier means the actual code is written in C/C++ somewhere user. Read up on JNI.
Jose Richardson
No fucking shit. I am trying to understand how is it calculated behind the scenes. You know, i am being curious like a good computer engineer should be.
Thanks. I was curious what the fuck this native keyword is. I looked at the index of my book "Java How to Program". And the only place where it talks about the native keyword is the table where it shows the keywords in java. It doesn't explain what it is. I shall send an angry email to Paul Deitel :P
Ryder Rivera
your autistic rambling didnt make that clear. Download a not shit ide (intellij) and it will decompile the source for you and you can see what it does. It probably works how you wouldnt think it does, its just going to be doing math in 1 or two lines in c and rerurning
Leo Sanchez
"This is a test" This is a test
Charles Gonzalez
tag
James Jackson
How much longer will applets and the garbage plugin be supported?
can anyone recommend me the best books for learning java?
Dylan Cruz
> :code: > :stopcode:
Zachary Rogers
->you will never bait this hard
Joshua Bailey
>paid proprietary software means it's spyware Would love to see one credible source that intellij is spyware
Wyatt Turner
Read the javadocs. Rtfm
Nathaniel Carter
[kode] haha fucking newfag [staphkode]
Nathan Moore
>He installs russian closed source software that constantly phoned home in his computer
Ewww
Nolan Perez
>lying Heh
Nolan Long
Proprietary shitware should never be trusted, especially when they come from Russia. You have alternatives such as Eclipse, a much older project that does not phone home.
Carson Campbell
>lying about "phone home" Lol this is steven spielberg ET.
John Hall
It constantly phones home to make sure you are not using a pyrate copy, and who knows what else.
Leo Gomez
Woah i better find a new ide now because software has drm.
Christopher Sanders
Poor little IntelliShill, you are beyond salvation.
Isaac Roberts
>everyone who disagrees with me is a shill
Henry Jones
>He shills for propitary russian software
I hope you are at least getting pay.
Colton Gomez
obviously. why would you do anything in life if you're not getting paid for it?
Lucas Price
That explain it all, russian shill confirmed
Julian Garcia
jshell my dude
$jshell jshell> Math.pow(4, 0.5) $1 ==> 2.0
jshell> /exit
Not so hard now, is it?
Also, ignore the Russian shills. IntelliJ Idea is terrible. It can't even handle partial git commits in a single file. The only reason anyone uses it is for Android Studio, because they have to.
Zachary Myers
>native
It calls a native lib to do the work Probably in asm Because that's fastest You don't reimplement math algorithims in Java if there's a CPU instruction that can do it. That would just be stupid.
Kevin Baker
>It can't even handle partial git commits in a single file So use command line git if you need something that its graphical git stuff doesn't offer?
Sebastian Baker
>Don't use Eclipse, that can do this in the UI >Use the command line git >IntelliJ master race
wahahahahaha BTFO again
Brayden Campbell
>oh look I cherry-picked one thing that eclipse does better, doesn't matter if eclipse is trash in every other way
Levi Jenkins
You take a [ and then you take a ] Then you put "code" between them
This starts the code block.
Then you take a [ and you take another ] Then you put "/code" between them
This ends the code block.
Of course you should not include the quotation marks.
Kevin Young
How do I restrict input of a JavaFX box using regex? I'm working on L-Systems and have to input rules for the system to follow. I thought I had it, but failed when the regex I used would only allow the input of a single rule.
[a-zA-Z ][= ][a-zA-Z+\\-; ]
How would I make this accessible to several rules?
Isaac Murphy
["code"]this is a test["/code"]
Jason Kelly
thanks
Jordan Wright
["code"]puts "bs"["/code"]
Jason Garcia
test test testtttuuy hehe
Jace Barnes
I hope I didn't fall for a meme
Levi Green
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }
Austin Martinez
Core java for the impatient is pretty good, although it's the only book I've ever read on java. It covers java 8 too. For concurrency, I see Java Concurrency in Practice recommended pretty often.
Cameron Price
>not registering at the local JC to get a free .edu email address just so you can get the ultimate edition of all jetbrains software for free stupid nigger
William Nelson
Netbeans is way better than eclipse and intellij.
Leo Morris
>oh look it's another stupid Sup Forums meme
Gabriel Watson
WTF are you even talking about? is not intelij opensource under apache 2.0 licence?