| Author |
Ask & Read Questions to Think More
|
Serap Elbeyoglu
Ranch Hand
Joined: Feb 12, 2010
Posts: 52
|
|
Hello to everyone,
I have an idea and open this topic.
Let's write our Java questions that have come to our mind recently. Nobody, please, post an answer for further questions. Questions will help us to search and think more.
First Q is from me:
Q: Why should I use semicolon at the end of every statement?
Note: Please don't forget, I do not want answers. Write your questions only
|
Serap Elbeyoglu
|
 |
Serap Elbeyoglu
Ranch Hand
Joined: Feb 12, 2010
Posts: 52
|
|
|
Q: What is the advantage behind writing native methods in my Java code?
|
 |
Serap Elbeyoglu
Ranch Hand
Joined: Feb 12, 2010
Posts: 52
|
|
|
Q: What can garbage collection do?
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16681
|
|
Serap Elbeyoglu wrote:
Note: Please don't forget, I do not want answers. Write your questions only 
What's the point? Can't you do the same thing by reading the forum and ignoring the responses?
Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
Serap Elbeyoglu
Ranch Hand
Joined: Feb 12, 2010
Posts: 52
|
|
Actually, I read forum questions Henry. I have opened this topic to help us to think different questions. Please, share your Java questions in here. It will be very helpful. Thank you for your interest.
Is there anybody to write a Java question?
|
 |
Muneeswaran Balasubramanian
Ranch Hand
Joined: Mar 19, 2010
Posts: 138
|
|
Hi serab,
You done a great job.My initial question is,
Why java has the keywords goto and const while they are not in use?
What is the use of goto and const keywords in java?
Why don't oracle(sun) make it those keywords as deprecated?
Cheers Munees
|
Cheers Munees
My Blog
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32611
|
|
|
Try the Java™ Language Specification.
|
 |
Serap Elbeyoglu
Ranch Hand
Joined: Feb 12, 2010
Posts: 52
|
|
* In C++ & in others, you should manage memory matter.
* In Java, you don't need to worry about memory management. cause: "Garbage collector" solves it.
Q: What does "memory management" mean?
Q: Memory management for supplying enough space for my Java?
Q: Memory management for making my application speedy?
Muneeswaran Balasubramanian wrote:
You done a great job.
Thank you friend, keep on asking questions
|
 |
Serap Elbeyoglu
Ranch Hand
Joined: Feb 12, 2010
Posts: 52
|
|
|
Q: Can I say access modifiers are the keys of Java API ?
|
 |
Serap Elbeyoglu
Ranch Hand
Joined: Feb 12, 2010
Posts: 52
|
|
Arrays are fixed size in Java < - > Collections in not fixed
Arrays store primitive types < - > Collections store objects
Q: Why?
Q: What can we think among these differences?
|
 |
Muneeswaran Balasubramanian
Ranch Hand
Joined: Mar 19, 2010
Posts: 138
|
|
What is the range of Boolean data type?
Cheers Munees
|
 |
Serap Elbeyoglu
Ranch Hand
Joined: Feb 12, 2010
Posts: 52
|
|
|
Whose default value is 0 (zero) in data types?
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24045
|
|
|
Why is a pig when it's spinning?
|
[Jess in Action][AskingGoodQuestions]
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32611
|
|
|
You mean, Ernest, what is the difference between a duck? And do you know how many beans make five?
|
 |
Muneeswaran Balasubramanian
Ranch Hand
Joined: Mar 19, 2010
Posts: 138
|
|
Hi Ernest,
What is your question?I can't understand that.Please explain your question.
Cheers Munees
|
 |
Ryan McGuire
Ranch Hand
Joined: Feb 18, 2005
Posts: 944
|
|
|
Is the flag moving or is the air moving?
|
 |
Serap Elbeyoglu
Ranch Hand
Joined: Feb 12, 2010
Posts: 52
|
|
|
Q: How can you explain the difference between “= =” and “equals()” ?
|
 |
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
|
|
Ryan McGuire wrote:Is the flag moving or is the air moving?
Both. Flag is moving because air is moving.
|
 |
salvin francis
Ranch Hand
Joined: Jan 12, 2009
Posts: 915
|
|
Ryan McGuire wrote:Is the flag moving or is the air moving?
neither...
It is the pig who is spinning
|
My Website: [Salvin.in] Cool your mind:[Salvin.in/painting] My Sally:[Salvin.in/sally]
|
 |
Rizvan Asgarov
Ranch Hand
Joined: Jan 07, 2009
Posts: 443
|
|
|
Which exam score is equal to the "flying colors"?
|
"Half of the science is to ask question"
|
 |
Muneeswaran Balasubramanian
Ranch Hand
Joined: Mar 19, 2010
Posts: 138
|
|
Hi Rizwan,
Half of the science is to ask question
Great Quote.
Cheers Munees
My Blog
|
 |
Rizvan Asgarov
Ranch Hand
Joined: Jan 07, 2009
Posts: 443
|
|
Hi again,
Muneeswaran wrote: Great Quote.
Live as if you were to die tomorow
Learn as if you were to live forever...
(from your blog's wall paper)
PS: Definitely i think you know that both of our quotes are belonging to the same person...(sav)
Best Wishes,
|
 |
Muneeswaran Balasubramanian
Ranch Hand
Joined: Mar 19, 2010
Posts: 138
|
|
Hi Rizwan,
Thanks for your reply.I didn't found that till now.
But now i got it.
Thanks once again for visit my blog.
Cheers Munees
My Blog
|
 |
salvin francis
Ranch Hand
Joined: Jan 12, 2009
Posts: 915
|
|
check www.salvin.reads.it for my collected quotes
@question:
Why is the line to print in console such a long one !
(I dont know its a an Exclamation mark or a Question mark at the end of the above statement )
|
 |
Roger Rammer
Greenhorn
Joined: Apr 19, 2010
Posts: 21
|
|
There are plenty of sites and threads out there with answers. this is a very interesting thread to encourage you to think and look for answers. In this thread, visitors will know there are no answers and go looking for them. Does this count as an answer ;-)
My question: Why arent there more threads like this? No answers please ;-)
Rog
What's the point? Can't you do the same thing by reading the forum and ignoring the responses?
Henry
|
 |
Roger Rammer
Greenhorn
Joined: Apr 19, 2010
Posts: 21
|
|
In addition, programmers have to be able to analyze and create solutions so that their programs will work. Obviously programmers can ask questions(of fellow programmers) but long term the ability to think clearly/logically and solve puzzles/conundrums is also necessary and critical.
Rog Rammer wrote:There are plenty of sites and threads out there with answers. this is a very interesting thread to encourage you to think and look for answers. In this thread, visitors will know there are no answers and go looking for them. Does this count as an answer ;-)
My question: Why arent there more threads like this? No answers please ;-)
Rog
What's the point? Can't you do the same thing by reading the forum and ignoring the responses?
Henry
|
 |
 |
|
|
subject: Ask & Read Questions to Think More
|
|
|