|
Related Questions |
View Answer |
|
How We Can We write our own exceptions?
|
View Answer
|
|
How We Can We write our own exceptions?
|
View Answer
|
|
How u can implement hashmap if u r not having in JAVA?
|
View Answer
|
|
What is mutable and immutable in Strings?
|
View Answer
|
|
How many ways do we have to load a class
|
View Answer
|
|
Why should i use ejb as i can do it in servlet?
|
View Answer
|
|
How to compare Stringbuffer objects?
|
View Answer
|
|
How i can validate the user, Is there any java api is there for that. Or i can use my one business logic. If both are possible, Then which one is the best way for real time.
|
View Answer
|
|
Like Object class is inherited by every class, means every class that you define in java is implicitely extending one class that is Object. Similarly i want to know that which interface is implicitely implemented by every class that we define. let me know as soon as possible.
|
View Answer
|
|
How can we emplement strutsframework using jsp or servlets. Tellme.
|
View Answer
|
|
How many threads will be created for a java program, when it is compail & run? and what are they?
|
View Answer
|
|
What is the difference between Model Data and Default Model Data
|
View Answer
|
|
How many JVM's we can run in a system?
|
View Answer
|
|
Why java does not support multiple inheritance.why we go for interfaces
|
View Answer
|
|
What is the difference between tomact and weblogic
|
View Answer
|
|
write classes/methods to calculate the total length of a set of lines given the start and end points taking into account overlapping. E.g. Line 1 start: -1.4, end: 3.2
Line 2 start: 2.9, end: 4.1 etc..
Total length would be: line 1 length = 4.6 line 2 length =1.2, but as line 2 overlaps line 1 by 0.3, therefore length of set is 5.5(rather than 5.8).
|
View Answer
|
|
I have been doing the java project using JBuilder 2.0 as front end and oracle 8i as back-end .I can't connect to oracle using JBuilder 2.0 please say detailed code for that coding. whether i have to import extra other than import java.sql.*; when ever i import the import oracle.jdbc.driver.Error"cannot access directory oracle/jdbc/driver".
|
View Answer
|
|
How to Synchronize the HashMap
|
View Answer
|
|
How can u tell HashTable is Synchronized?(IBM-chennai)
|
View Answer
|
|
What is the statament we need to use particularly when using type2 and type 4 drivers( example for type 1 jdbc.odbc.JdbcOdbcDriver)?
|
View Answer
|