Latest Answer: mails are typical example of active as well as passive data. because this data is passive for sender but viewer it is active data. ...
Latest Answer: Before talking about secure , let us compare the difference between C and Java.First a C program is coverted as shown belowC(sourcecode) --> compiler---> compiles to binary (101010)---> OperatingSystem--->executes the programAs we can see the Operating ...
Latest Answer: MUTEX is achieved in java by the keyword "synchronized" used when two or more methods try to access the same variables/Datastructure. Once a method declared using synchronized keyword no other method can access the variable/data structure ...
Latest Answer: perfect ans:Here is the list I formed: 1) using new 2) Serilaization 3) Shallow cloning 4) Deep cloning ý same is serialization 5) Reflection/ Class.newInstance() ...
Latest Answer: whitespace is nothing but space b/w two words ...
Latest Answer: We can access only static variables inside inner static class ...
Latest Answer: In general we think instance and objects are same, but they are incorrect.instance will have the both class definiation and the object defination where as in object it will have only the object defination.i think this is the correct with my knowledge.Generally ...
Latest Answer: The just-in-time compiler compiles byte code into native machine language when it first encounters it and then reuses that compiled code rather than recompiling it again. This give performance gains over the interpreter model which interprets the byte ...
Latest Answer: Yes.It is possible to override a method and declare it abstract provided the overriding class is also declared abstract. ...
1.What is save point?2.Which among the four drivers is pure Java driver?3.What is Connection Pooling ?4.How differ servlet from its peer Technology?5.What are the parameters used in Connection pooling?6.What
Latest Answer: Exactly what you want to know about coonection pooling ...
View page << Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>

Go Top