Explanation of serialization in Java [duplicate] - java

This question already has answers here:
What is the need of serialization of objects in Java? [closed]
(9 answers)
Closed 7 years ago.
Can anyone explain working of serialization in java

Sun can: http://java.sun.com/developer/technicalArticles/Programming/serialization/

Related

How to use python Codes in Java? [duplicate]

This question already has answers here:
Calling Python in Java?
(12 answers)
Closed 4 years ago.
I am a beginner in Java And I have some experience in python
I am wondering if there is a way to use python in java.
Thanks in advance.
You can simply convert your python code to binary and use is in any other languages as a added library package. I thing Juthon comes handy in this manne.
Jyhton documentation.

Use of pointers in Java [duplicate]

This question already has answers here:
How can I use pointers in Java?
(16 answers)
Closed 6 years ago.
For someone coming from C++ background, what is the best way to understand how Java operates without pointers?
Java is a garbage collected language. There are pointers, but they are managed for you by a memory manager. See various answers on SO, such as What is the garbage collector in Java?

What is closure? It is supposed to be included in Java 7 [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
What is a closure? Does java have closures?
Closure in Java 7
What is closure?
It is supposed to be included in Java 7.
Can anyone please provide me with some reliable references from where I can learn stuff about closures?

Java has FindBugs. What is equivalent for Ruby? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Automatic code quality tool for Ruby?
Java has FindBugs™. What is equivalent for Ruby?
Take a look at this blog. It talks about different tools (Roodi, Dust and Flog).

Tag Cloud library in Java [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
How can I generate a tag cloud in Java, with OpenCloud?
I would like to know if there's an open source library (JAR) available to generate a tag-cloud in Java?
If the output you need should be in HTML you can use OpenCloud: http://sourceforge.net/projects/opencloud/

Categories

Resources