Language
Hello student,
I strongly recommend that you start your programming career by learning C language. It will help you to build a foundation in this field. All your basic concepts will be thoroughly cleared. This will inturn help you to learn any further language easily. Furthermore, you can learn any
Hi
It's mandatory for regional certificates to be translated into national language Hindi/English for engineering or medical counselling. You can go to any court in Tamil Nadu , they have a translation department they can get the certificate converted. It may take one week time. If this time seems long.
Dear aspirant !
Hope you are doing great ! As you want to doing this course but you did not mention which course ,you wrote this course but which course ..so please rectify your question and tell me the name of course so that I can tell you the appropriate
Hello.
This is something that can be solved if you communicate your problem with the Lecturer. You need to express your concern to your respective teacher/lecturer in a respectful way so that they can understand and help you with this problem. Another option that you can go for,is that you
An applet is a Java program that can be embedded into a web page. It runs inside the web browser and works at client side. An applet is embedded in an HTML page using the APPLET or OBJECT tag and hosted on a web server.
Applets are used to make
Packages are similar to folders, which are mainly used to organize classes and interfaces.
Packages help us to write better and manageable code by preventing naming conflicts. Java provides some built-in packages which we can use but we can also create our own (user-defined) packages.
package is a collection of
Hello,
You cannot restrict inheritance in Java. But to prevent inheritance, use the keyword "final" when creating the class. The designers of the String class realized that it was not a candidate for inheritance and have prevented it from being extended.
Hope this helps
Thank You
Multiple Inheritance is a feature of an object-oriented concept, where a class can inherit properties of more than one parent class. The problem occurs when there exist methods with the same signature in both the superclasses and subclass. On calling the method, the compiler cannot determine which class method to
Void is a keyword and used to specify that a method doesn’t return anything. As method doesn’t return anything, its return type is void . As soon as the method terminates, the java program terminates too. Hence, it doesn’t make any sense to return from method as JVM can’t do
The Question containing Inaapropriate or Abusive Words
Question lacks the basic details making it difficult to answer
Topic Tagged to the Question are not relevant to Question
Question drives traffic to external sites for promotional or commercial purposes
The Question is not relevant to User
And never miss an important update