Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...




Java J2EE Interview Questions
Questions Answers Views Company eMail

what is the use of datasource in core java?

Satyam,

3 10086

What is a parser. What does a parser do with a XML? Why do we need it?

1 6861

dear friends I have made connection with SQLSERVER where the following code is compiling properly but giving error at the runtime . I think error in this line where i am sending the value through string Connection connection = DriverManager.getConnection ( "jdbc:microsoft:sqlserver://localhost:1433","sa",""); import java.sql.*; //import mssqlserver.*; public class TestSQLCON { public TestSQLCON() throws Exception { // Get connection DriverManager.registerDriver(new com.microsoft.jdbc.sqlserver.SQLServerDriver()); System.out.println(); System.out.println("Successfully connected one"); System.out.println(); Connection connection = DriverManager.getConnection ( "jdbc:microsoft:sqlserver://localhost:1433","sa",""); if (connection != null) { System.out.println(); System.out.println("Successfully connected"); System.out.println(); // Meta data DatabaseMetaData meta = connection.getMetaData(); System.out.println("\nDriver Information"); System.out.println("Driver Name: " + meta.getDriverName()); System.out.println("Driver Version: " + meta.getDriverVersion()); System.out.println("\nDatabase Information "); System.out.println("Database Name: " + meta.getDatabaseProductName()); System.out.println("Database Version: "+ meta.getDatabaseProductVersion()); } } public static void main (String args[]) throws Exception { TestSQLCON test = new TestSQLCON(); } } so please help me

2 5351

please give url to get orinal software for I-net crystal clear java report tools?

2761

when we applied start()method on a thread ,how does it know that to execute run()method on that object?

HCL,

2 6302

public class AboutStrings{ public static void main(String args[]){ String s1="hello"; String s2="hel"; String s3="lo"; String s4=s2+s3; //to know the hash codes of s1,s4. System.out.println(s1.hashCode()); System.out.println(s4.hashCode()); // these two s1 and s4 are having same hashcodes. if(s1==s4){ System.out.println("s1 and s4 are same."); }else System.out.println("s1 and s4 are not same."); } } Somebody told me that, == operator compares references of the objects. In the above example even though s1 and s4 are refering to same object(having same hash codes), it is printing s1 and s4 are not same. Can anybody explain in detail why it is behaving like this? Thanks in Advance RavuriVinod

TCS,

4 7627

if two references are having same hash codes,is that means those are refering to same object?

CTS,

5 11087

Difference String and String Buffer

4 7419

What is object

6 9227

How to make class immutable

6 10123

How to decrease number of hashings in has

1 3812

i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?

HSBC,

8 21333

Is there any limitation for no of statments executed with in batchupdate?

HSBC, IBM,

2 6267

Is it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?

2 5985

What is the difference between pageContext and page implicit objects in jsp?

Gspann Technologies, Merrill Lynch, Polaris,

9 38939


Un-Answered Questions { Java J2EE }

What is the java persistence api (jpa)?

429


Describe the concept of message driven bean clustering.

820


Is string a class?

1033


What do you mean by a custom tag?

946


What is the symbol for spring?

426


Define the functions of t3 in the web logic server?

976


What is meant by application context in spring?

407


Is spring boot a lightweight? : Spring Boot

472


What are desktop procedures?

1043


What can be the reasons for server hang?

1003


Difference between collection, collection and collections in java?

1010


What is mvc in java spring?

412


What is private static class in java?

1015


What is core java used for?

1122


What are the five major types of reference sources?

1128