All Questions

Language

Follow
Showing 881 - 890 out of 1568 Questions
941 Views

which language should we learn before cs engineering

Vedang Ranmale 25th Oct, 2021

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

227 Views

I have applied for the NEET PG counseling 2021 under All India quota. I have my community certificate only in tamil language. But the prospectus insists certificate in English or Hindi language or ask to produce a certified copy of English version of the original certificate ? How can I get it ?

Vidya Kasi 23rd Oct, 2021

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.

231 Views

me 43 years old housewife commerce graduate n well know English, ,Gujarati, Hindi & Marathi language Me interested in doing this course. Am I eligible for this course

Shivanshu 23rd Oct, 2021

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

28 Views

is it hard for students from other states to understand the language/ lecture? ive been admitted but it seems the class teacher doesnt speak English well. what should I do? I cant learn if it isnt English.

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

53 Views

what are applets in java language

Nitin Mereddy 12th Sep, 2021

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

55 Views

applets meaning in java language

Nitin Mereddy 12th Sep, 2021

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.

28 Views

packages offered in java language

Nitin Mereddy 12th Sep, 2021

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

59 Views

avoid inheritance in java language

Vishesh Singh 12th Sep, 2021

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

41 Views

multiple inheritance in java language

Nitin Mereddy 12th Sep, 2021

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

67 Views

meaning of void in java language

Nitin Mereddy 12th Sep, 2021

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 have been saved in answer later, you can access it from your profile anytime. Access now