what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / valsala shukla
JAVA is a language , the idea comes from coffe seed
| Is This Answer Correct ? | 245 Yes | 108 No |
Post New Answer View All Answers
Explain how can I manipulate strings of multibyte characters?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Do variables need to be initialized?
How do I determine whether a character is numeric, alphabetic, and so on?
What is the g value paradox?
Is c language still used?
Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password:
Does * p ++ increment p or what it points to?
provide an example of the Group by clause, when would you use this clause
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What are local static variables?
How does #define work?
How do I read the arrow keys? What about function keys?
What is a string?
What is the difference between the = symbol and == symbol?