Sinisterly
Difference static and non static, public and private - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Java, JVM, & JRE (https://sinister.ly/Forum-Java-JVM-JRE)
+--- Thread: Difference static and non static, public and private (/Thread-Difference-static-and-non-static-public-and-private)

Pages: 1 2 3 4


RE: Difference static and non static, public and private - Psycho_Coder - 10-23-2013

(10-23-2013, 07:31 PM)blackeagle Wrote: @Deque thank you very much i'm gonna read ur tut soon Smile
@Psycho_Coder well bro tbh i don't study in any book i study it at uni but i didnt understand alot the way the teacher explained i wasn't paying attention and i usually use google but i preffered to ask you guys since i know that deque and you and some members here have great knowledge in java and usually i wont find some1 explaining it as good as you guys !!
anw i'm gonna check deque's tut and see !!
thx for letting me mention you if i need help i really appreciate it Smile


You should read some book as it is essential for knowing the basics or study from the link that I gave you, and I am sure you will be a great programmer too. BTW : I am not very good in Java, I am still learning.


RE: Difference static and non static, public and private - Psycho_Coder - 10-23-2013

(10-23-2013, 07:31 PM)blackeagle Wrote: @Deque thank you very much i'm gonna read ur tut soon Smile
@Psycho_Coder well bro tbh i don't study in any book i study it at uni but i didnt understand alot the way the teacher explained i wasn't paying attention and i usually use google but i preffered to ask you guys since i know that deque and you and some members here have great knowledge in java and usually i wont find some1 explaining it as good as you guys !!
anw i'm gonna check deque's tut and see !!
thx for letting me mention you if i need help i really appreciate it Smile


You should read some book as it is essential for knowing the basics or study from the link that I gave you, and I am sure you will be a great programmer too. BTW : I am not very good in Java, I am still learning.


RE: Difference static and non static, public and private - Psycho_Coder - 10-23-2013

(10-23-2013, 07:31 PM)blackeagle Wrote: @Deque thank you very much i'm gonna read ur tut soon Smile
@Psycho_Coder well bro tbh i don't study in any book i study it at uni but i didnt understand alot the way the teacher explained i wasn't paying attention and i usually use google but i preffered to ask you guys since i know that deque and you and some members here have great knowledge in java and usually i wont find some1 explaining it as good as you guys !!
anw i'm gonna check deque's tut and see !!
thx for letting me mention you if i need help i really appreciate it Smile


You should read some book as it is essential for knowing the basics or study from the link that I gave you, and I am sure you will be a great programmer too. BTW : I am not very good in Java, I am still learning.


RE: Difference static and non static, public and private - blackeagle - 10-23-2013

@Psycho_Coder thank you for ur tips i'll definitely take it n consideration Smile


RE: Difference static and non static, public and private - blackeagle - 10-23-2013

@Psycho_Coder thank you for ur tips i'll definitely take it n consideration Smile


RE: Difference static and non static, public and private - blackeagle - 10-23-2013

@Psycho_Coder thank you for ur tips i'll definitely take it n consideration Smile


RE: Difference static and non static, public and private - blackeagle - 10-25-2013

@Deque as i understood public variables could be accessed in any class
and the private can only be accessed by using the methods get and set
am i right ?


RE: Difference static and non static, public and private - blackeagle - 10-25-2013

@Deque as i understood public variables could be accessed in any class
and the private can only be accessed by using the methods get and set
am i right ?


RE: Difference static and non static, public and private - blackeagle - 10-25-2013

@Deque as i understood public variables could be accessed in any class
and the private can only be accessed by using the methods get and set
am i right ?


RE: Difference static and non static, public and private - Deque - 10-25-2013

(10-25-2013, 10:33 AM)blackeagle Wrote: @Deque as i understood public variables could be accessed in any class
and the private can only be accessed by using the methods get and set
am i right ?

Yes.