does java support pointers?
No Answer is Posted For this Question
Be the First to Post Answer
If there are two notepad opened and working on it . is this a process or thread? computer based Live Example to differentiate between Thread , Process , and Multi tasking ?
Can we call thread start () twice?
In a class implementing an interface, can we change the value of any variable defined in the interface?
What is the purpose of the enableevents() method?
How can we create a synchronized collection from given collection?
Mention a package that is used for linked list class in java.
Does java support function overloading, pointers, structures, unions or linked lists?
what is the Arraylist limit (maximum) by default ?
13 Answers Fidelity, PlanetSoft, Wipro,
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
How thread scheduler schedule the task?
State the difference between creating string as new () and literal.
Which is the best sorting technique in java?