java explain 0 Answer(s) 3 years and 3 months ago
Posted in : Java Beginners
int [] a = [1,2,3]; object o = "123"; string t = "12"; boolean b = o.equals(a); boolean b2 = o.equals (t); boolean b3 = o.equals(w); boolean b4 = (o==w); show the effect of executing this code by means of diagram (heap and stak) also explain how the code arrived at the results in b, b1, b2, and b3.
View Answers
Related Pages:
Explain types of java programs Explain types of java programs Explain types of java programs
Types of Java Programs:
Standalone Applications
Web Applications
Enterprise Applications
Console Application
Web services
java explain - Java Beginners java explain int [] a = [1,2,3];
object o = "123";
string t = "12";
boolean b = o.equals(a);
boolean b2 = o.equals (t);
boolean b3 = o.equals(w... of diagram (heap and stak) also explain how the code arrived at the results in b, b1
please explain this program
please explain this program public class MainClass {
public static void main(String[] args) {
System.out.println("Java
Explain struts.jar file - Struts Explain struts.jar file Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
What is a vector in Java? Explain with example.
What is a vector in Java? Explain with example. What is a vector in Java? Explain with example.
Hi,
The Vector is a collect of Object... related to Vector in Java program
Explain the persistence class in hibernate? Explain the persistence class in hibernate? What is persistence class in hibernate?
Persistence class are simple POJO classes... classes the client of java persistence API
program on helloworld :explain
}
Class is the building block in Java, each and every methods &... in the Java program and java program can't run without main method. JVM calls the main... in a java program. Here is the main method:
public static void main(String[] args
program on helloworld :explain
is the building block in Java, each and every methods & variable exists within...".
The main Method:
The main method is the entry point in the Java program and java.... This method is always first thing that is executed in a java program. Here
Explain various access modifiers and their visibility. Explain various access modifiers and their visibility. Explain various access modifiers and their visibility.
Please visit the following link:
Java Access Modifiers
Explain the parameters of Font class constructor. Explain the parameters of Font class constructor. Explain the parameters of Font class constructor.
Java Font class:
Font(String name,int style,int size):
It creates a new Font from the specified name, style
HQL in hibernate ? Explain the use of HQL.
HQL in hibernate ? Explain the use of HQL. What is the HQL in hibernate ? Explain the use of HQL.
HQL stands for Hibernate Query... like SQL.Its query is case-insensitive expect we are using the java class
What are events? Explain how Event handling in Java?
What are events? Explain how Event handling in Java? What are events? Explain how Event handling in Java?
Hi,
The Events are the integral part of the java platform. Sometimes we want one object to perform shorten
How to Explain different way of using thread?
How to Explain different way of using thread? Hi,
How to explain how to using different thread in Java program........
Hi,
There are different types Thread in Java program. Here is the explain how to using thread
plz explain me the output of program - Java Beginners
plz explain me the output of program Hi friends,
can u please explain me the output of below program with proper explanation of each and every line.
class ThisDemo
{
int a,b,c;
void show(int a,int b,int c)
{
this.a
Please write code for this program in java and Explain it ? pl'sssssssss
Please write code for this program in java and Explain it ? pl'sssssssss Question: We are given an array of 2n integers wherein each pair... findmaxdinosaur (int[] years);
Java :
public int findMaxdinosaur (int[] years);
 
Explain final class, abstract class and super class. Explain final class, abstract class and super class. Explain final class, abstract class and super class.
Explain final class, abstract.../help/java/a/java-abstract-class.shtml
http://www.roseindia.net/help/java/s/super
Explain about threads:how to start program in threads? Explain about threads:how to start program in threads? import... and print it simultaneously. Threads are called light weight processes.
Every java program has atleast one thread the main thread. When a java program starts, jvm
Explain - LDAP Explain LDAP Any one explain about LDAP ? and also explain about JNDI what relation b/w this two
Explain ServletContext. Explain ServletContext. Explain ServletContext.
Hi,
Here is the answer,
ServletContext interface is a window for a servlet to view it?s environment. A servlet can use this interface to get information
Explain WML Explain WML hii,
What is WML?
hello,
WML stands for Wireless Markup Language. It is a simple language used to create applications for small wireless devices like mobile phones. WML is analogous to HTML
explain this method explain this method i hope any one can explain this method ` private void showMonth(int m, int y) {
int lead_spaces = 0;
if (m < 0 || m > 11) {
System.out.println("It should be 1 to 12
Explain Transparent Persistence - Hibernate Explain Transparent Persistence
Hi Friends,
Can u plz explain Transparent Persistence briefly Hi
Follow this link to find solution of your problem...
http://www.roseindia.net/jdotutorials/jdo
please explain this prog
please explain this prog can u explain this
import java.io.*;
class SString{
public static void main(String ar[]) throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in
Explain push and pop Explain push and pop hii,
Define push and pop?
hello,
The insertion operation is referred to as push and the deletion operation is referred to as pop
what is the meaning of this or explain this
what is the meaning of this or explain this List<Object[]> list=query.list();
Hi Friend,
It will return the query values in the form of list.
For more information, visit the following link:
Hibernate
explain servletconfig with programiing example? explain servletconfig with programiing example? explain servletconfig with programiing example?
ServletConfig is a servlet configuration object used by a servlet container used to pass information to a servlet during
Explain Linked List Explain Linked List hello,
What is Linked List ?
hello,
Linked List is one of the fundamental data structures. It consists of a sequence of nodes, each containing arbitrary data fields pointing to the next
can any one explain this
can any one explain this class Clidder {
private final void flipper() {
System.out.println("Clidder");
}
}
public class Ex3 extends Clidder {
public final void flipper() {
System.out.println
can you explain ?
can you explain ? my dear
can you teel me the explaintion for this code
i need it
GregorianCalendar cal = new GregorianCalendar(y, m, 0...(" ");
} }
System.out.println(); } }
iam explain whole code exept
please explain this prog
please explain this prog import java.io.*;
class Studar{
public static void main(String ar[]) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
System.out.println("how many
Please explain the logic....
Please explain the logic.... class A1 { }
class B extends A1 { }
public class ComingThru {
static String s = "-";
public static void main(String[] args) {
A1[] aa = new A1[2];
B[] ba = new B[2
Please explain me the flow of this program..
Please explain me the flow of this program.. // Substring replacement.
class StringReplace {
public static void main(String args[]) {
String org = "This is a test. This is, too.";
String search
please explain me the flow of this program
please explain me the flow of this program class Bticket extends Thread
{
Object train,comp;
Bticket(Object train,Object comp){
this.train=train;
this.comp=comp;
}
public void run(){
synchronized
What is a join and explain different types of joins
What is a join and explain different types of joins What is a join and explain different types of joins?
Hi,
Joins are used in queries to explain how different tables are related. Joins also let you select data from
How many objects are created in the code below? Explain.
How many objects are created in the code below? Explain. Hi,
Here is my code
public static void main(String[] args) {String s1 = "abc"; StringBuffer s2 = new StringBuffer(s1); StringBuffer s3= s2; StringBuffer s4 = new