Serap Elbeyoglu

Ranch Hand
+ Follow
since Feb 12, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Serap Elbeyoglu

Q: How can you explain the difference between “= =” and “equals()” ?
13 years ago
Whose default value is 0 (zero) in data types?
13 years ago
I am nice Janeice DelVecchio
Ok, I will ask my question another topic. I thought, this topic is related to my question and wanted to ask.
13 years ago
Hello to all of you,

I think programing architecture is very important subject to understand Java codings. I have ordered a book related to Java's architecture. (Computer Organization and Architecture by William Stallings )

Also want to learn your thoughts & recommends. Can you suggest a book or web page about Java Architecture / JVM Architecture?
13 years ago
I think, Malwarebytes' Anti-Malware is good Pankaj Bachhav.
13 years ago
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?
13 years ago
Q: Can I say access modifiers are the keys of Java API ?
13 years ago
* 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
13 years ago
Campbell,

In fact, I want to learn the logic of package names and using import keyword. Who wants to answer?
13 years ago
Hello to all of you,

What is the logic behind of "import" word? If I don't use import javax.swing.JButton, while creating a button, what will happen?
13 years ago
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?
13 years ago
Q: What can garbage collection do?
13 years ago