Madam/sir,Can't we make a loop of Class say to save the data of employees in say a Class named EMPDATA no. of times using loop of an object of that class like we do in case of a C++ program likeClass EmpDATA{String name;int age;......................}s[5];for(int i=0;i<5;i++){String a;int t;cin>>t;cin>>a;s[i].name=a;s[i].age=t;}for(int i=0;i<5;i++){cout<<"name="<<s[i].name;cout<<"age"=s[i].age;.......... }
When would be the upcoming online test on java?
758 visits
Outline:*char ಡೇಟಾಟೈಪ್ *letter,digit,punctuation marks, tab, ಅಥವಾ space ಹಾಗೂ ಎಲ್ಲಾ characters ಗಳು. *ವೇರಿಯೇಬಲ್ ಮತ್ತು ಕ್ಯಾರೆಕ್ಟರ್ ಡೇಟಾವನ್ನು ವಿವರಿಸುವ ಪ್ರೊಗ್ರಾಮ್ಗಳು. *ಸ್ಟ್ರಿಂಗ್ ನ ಪರಿಚಯ. *ಡೈರೆಕ್ಟ್ ಇನಿಶಿಯಲೈಸೇಶನ್ ನ ಮುಖಾಂತರ ಸ್ಟ್ರಿಂಗ್ ನ ರಚಿಸುವಿಕೆ. *ಹೊಸ ಆಪರೇಟರ್ ಅನ್ನು ಬಳಸಿಕೊಂಡು ಸ್ಟ್ರಿಂಗ್ ನ ರಚನೆ. *String length() *String concat() *String toUpperCase() *String toLowerCase()
*char ಡೇಟಾಟೈಪ್ *letter,digit,punctuation marks, tab, ಅಥವಾ space ಹಾಗೂ ಎಲ್ಲಾ characters ಗಳು. *ವೇರಿಯೇಬಲ್ ಮತ್ತು ಕ್ಯಾರೆಕ್ಟರ್ ಡೇಟಾವನ್ನು ವಿವರಿಸುವ ಪ್ರೊಗ್ರಾಮ್ಗಳು. *ಸ್ಟ್ರಿಂಗ್ ನ ಪರಿಚಯ. *ಡೈರೆಕ್ಟ್ ಇನಿಶಿಯಲೈಸೇಶನ್ ನ ಮುಖಾಂತರ ಸ್ಟ್ರಿಂಗ್ ನ ರಚಿಸುವಿಕೆ. *ಹೊಸ ಆಪರೇಟರ್ ಅನ್ನು ಬಳಸಿಕೊಂಡು ಸ್ಟ್ರಿಂಗ್ ನ ರಚನೆ. *String length() *String concat() *String toUpperCase() *String toLowerCase()
Show video info
Pre-requisite