what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / jaya prakash.b
JAVA means "Just Another Virtual Architecture "
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Differentiate call by value and call by reference?
What is the difference between #include
Can we compile a program without main() function?
Sir i need notes for structure,functions,pointers in c language can you help me please
What is 2c dna?
What is merge sort in c?
Do you know the difference between exit() and _exit() function in c?
Explain pointer. What are function pointers in C?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Why doesnt the call scanf work?
What is the 'named constructor idiom'?
What is scope rule in c?
When we use void main and int main?
What is data structure in c programming?
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: