In java, how we can disallow serialization of variables?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between method overloading & method overridding with example?
What do you mean by JVM?
Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
How many bytes is a string in java?
What is the difference between getCodeBase and getDocumentBase methods?
1 Answers CS Business Services,
What is the purpose of abstract class?
public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
Different types of Layouts?
Is main an identifier?
what is platform
What is a package in java? List down various advantages of packages.
java program with complete 4 oops concepts implemented example