How an object is serialized in java?
No Answer is Posted For this Question
Be the First to Post Answer
can we have function for truncating the sign as like abs in oracle.
Is 64bit faster than 32 bit?
Why java applets are more useful for intranets as compared to internet?
What is the difference between the final method and abstract method?
Is vector ordered in java?
hi to all,i have a question on static block. i saved below as test.java class test extends a { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p as static test static but if i change base class as test class then class test { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a extends test { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p test static explain me why "a static" wasn't print in second code when it is in derived class
Is java map thread safe?
Why isn’t there operator overloading?
What is meant by class loader? How many types are there?
What are classloaders?
What exceptions occur during serialization?
Is 9 a prime number?