Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) why we need this (1.object,2.class,3.data hiding,4.encapsulation,5.abstraction,6. polymorphism,7.inheritance)
2 5099What is immutable class? how to make a Class explicitly "Immutable"?Wap to make a class explicitly immutable.
3 7732How many types of JVM's (OR) Name of the JVM's which are used in Tomcat & Weblogic servers ?
TCS,
1 13345please suggest me final year project ideas for computer engg.on java as soon as possible becaus eo want to sumbit project name. and i am very confused.
1 3994Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence give reason in support of your answer
3 5917
How is declarative handling of exceptions done in struts ?
What is the difference between break and continue statements?
What do you know about validation plugin ?
What is action chaining ?
What do you mean by an interface in java?
Can we extract main method from another class?
Realized?
What is the resourcebundle class?
Write a program to print count of empty strings in java 8?
What if I write static public void instead of public static void?
Is minecraft 1.15 out?
Are jvm’s platform independent?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
What are the differences between heap and stack memory in java?
What is java string pool?