AMIT KUMAR
Java does not support multiple inheritance.......
No. Java does not support copy constructor
No. I have read that it will support Java. I believe that it does not support flash ATM.
Java support system includes: · Applets · Servlets · Java Beans · EJB · JSP · XML · SOAP · CORBA
Yes. All computers and laptops can run and support Java. You can download Java from Sun's website and then install it in your computer to use it.
No. Java does not support the concept of Destructors like C
In Java, Java does support the concept of destructor, it's done via special method finalize.
Java does not support multiple inheritance.......
Hi, This is suneetha. We use Finalize() method in java instead of destructors. Finalize() is used to release the memory before the garabage collection takes place.
No it does not support Java
No. Java does not support copy constructor
No , Java does not support call by reference.
No. I have read that it will support Java. I believe that it does not support flash ATM.
Java does not support pointers.
Java support system includes: · Applets · Servlets · Java Beans · EJB · JSP · XML · SOAP · CORBA
Java does not support Pointers and hence you cannot use it in Java.
Destructors in Java are called finalizers. Every class can define a finalize() method that will get called automatically by the garbage-collector when an instance of the class gets garbage-collected. Finalizers are not guaranteed to get called, as the instance might never get collected.