Latest Answer: it will load the driver jdbd odbc ...
choice:a)compilation errorb)runtime errror Or what is the result?
Latest Answer: it will result in a compilation error because first thing is that you have not written method body ,else if you don't want to write method body then declare it abstract and terminate it using semi colon. ...
Latest Answer: C++ is also an OOP Language!Java syntax is C++ minus pointers, templates, multiple inheritance, operator overloading ....Maybe java enforces OO programming in a more strict manner than C++, whereas C++ is more flexible and has to be used more sensibly.As ...
Latest Answer: The deafult size of the vector is 10 but the deafult size of the Arraylist is 0 ...
Latest Answer: /* This only adds & removes the elts from an arraylist */class myArrayListSecond{ private static int maxsize; private static Object data[]; private static int index; public myArrayListSecond() { maxsize = 5; data ...
Latest Answer: Referential Intigrity is nothing but Primary Key concept in OracleBrowsers only understand HTML ,but we dont run servletes and jsp's at broweser side we run them at server side we get the values and we embed them with HTML ...
Latest Answer: It is created during runtime.Regardsharidas ...
Latest Answer: Java Virtual Machine consists of the following Components: 1. Class Loader2. Byte Code verifier3. Interpreter4. Just In Time Complier5. Security Manager6.Garbage CollectorClass Loader loads the .class file and this file is verified by Byte code verifier, ...
Latest Answer: if we use the command some c:java xxx 1. the JVM will be started and it will allocate the memory for holding the information about java classes. this memory are is called "ClassArea".2. The "Class-Loader" loades the class xxx ...
Latest Answer: There is no exceptionIn Java the compiler compiles the programe but whenever we execute that we wont get any output because of access specifier PRIVATE. The main method does not not call the member function (methods) ...
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top