[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –

Java Programming Tutorial – 14 – Using Multiple Classes
by
Tags:
Comments
34 responses to “Java Programming Tutorial – 14 – Using Multiple Classes”
-
If you don't have Eclipse, where do you type the "other" classes?
-
super helpful video! I just switched with C++ to java and I had no idea what was going on this class until now.
-
What a great tutorial.Thank u
-
Thanks for the video, this helped me out with something I struggled with
-
So the main becomes "useless" and used just to declare other classes?
-
@thenewboston
Can someone explain what is (String args[]) and why we don't need it for 'tuna' class. Thanks in advance -
Awesome Bucky 🙂
Thanks For Your Work! -
Thank You very much bucky.
I am your Captain America. -
how can we do it textapd8?
will u plz explain us? -
hi i work in net beans …i i have copied exactly same code but i got error cant find symbol 'test'
anybody help
package multipleclasses;public class MultipleClasses
{
public static void main(String[] args)
{
Test newObject =new Test ();
System.out.print (newObject.simpleMessage);
}}
public class Test
{
public void simpleMessage()
{
System.out.print("I am from another class ");}
}
-
System.out.println("The best tutorial EVER");
-
Skimmed through three textbooks by Ph.D.s: couldn't understand this.
One simple ten minute video by a teenager: makes perfect sense -
Why didn't he use static in the second class?
-
type sysout and press enter. magic happens
-
slowly learning, day by day, increasing my knowledge
-
My book struggles to elaborate on variables(double,int,String) and you elaborate everything in 6 min.You express things pretty well.
-
This is very helpful. Thanks 🙂
-
got an error tuna cannot be resolved to a type means?
-
Bucky you're a legend. Thank you.
-
can we use static for the method in tuna class or not?? like:
public static void simpleMessage(){
} -
@thenewboston when i use multiple classes it ask me to choose server, how can i fix this?
-
A tip: Make the first letter of your class name uppercase, This is so you can do Main main = new Main(); Instead of main mainObject = new main(); I don't think you can have the same name for your class and your class object/reference.
-
Double Click class tab to view Full Screen.
-
tunaObject.simpleMessage();
i got error: idenitifier expected after this token -
RIP class naming conventions
-
from where should i practice java.
-
How would you call a variable from another class? Let say I have an "int h = 25;" in one class and i want to call it in another class. How would I do that?
-
mine says it cannot find the symbol, as in my new class. what do i do to make it work?
i am using netbeans -
I HAVE HAD A REVELATION WITH THIS NEW SLILL
-
Just watched it again many months later and it just clicked. Thanks man you're awesome. I owe you a tuna apple cheese sandwich.
-
thanx it works for me .
-
thanks bucky 🙂
-
man its not working
-
Great Explanation!
Leave a Reply