[ ] NTFS [ ] Packet switching [ ] IPsec [ ] EFS services [ ] Firewall [ ] Lan, man, wan [ ] Shell script n flowchart [ ] Network interface card- nic [ ] Read More …
Author: ignougroup
Mcs22 important topics
[ ] NTFS [ ] Packet switching [ ] IPsec [ ] EFS services [ ] Firewall[ ] Lan, man, wan[ ] Shell script n flowchart[ ] Network interface card- nic[ ] TOKEN RING protocols[ ] Vpn[ ] Coaxial cable Read More …
C program segment to genrate pattern
#include<stdio.h>int main(){ int i,j; for(i=1; i<5; i++) { for(j=0; j<i; j++){ printf(“*”); } printf(“n”); } return i; }
C program segment to genrate pattern
#include<stdio.h> int main() { int i,j; for(i=1; i<5; i++) { for(j=0; j<i; j++){ printf(“*”); } printf(“n”); } return i; }
C program segment to genrate pattern
#include<stdio.h>int main(){ int i,j; for(i=1; i<5; i++) { for(j=0; j<i; j++){ printf(“*”); } printf(“n”); } return i; }
Ignou Exam Dates June 2016
1st Semester6 june 2016 – MCS011 – Evening9 JUNE 2016 – MCS012 – MORNING10 JUNE 2016 – MCS013 – EVENING13 JUNE 2016 – MCS014 – EVENING24 JUNE 2016 – MCS015 – EVENING2nd semester7 June 2016 – MCS021 – EVENING11 JUNE Read More …
Ignou Exam Dates June 2016
1st Semester6 june 2016 – MCS011 – Evening9 JUNE 2016 – MCS012 – MORNING10 JUNE 2016 – MCS013 – EVENING13 JUNE 2016 – MCS014 – EVENING24 JUNE 2016 – MCS015 – EVENING2nd semester7 June 2016 – MCS021 – EVENING11 JUNE Read More …
Ignou Exam Dates June 2016
1st Semester6 june 2016 – MCS011 – Evening9 JUNE 2016 – MCS012 – MORNING10 JUNE 2016 – MCS013 – EVENING13 JUNE 2016 – MCS014 – EVENING24 JUNE 2016 – MCS015 – EVENING2nd semester7 June 2016 – MCS021 – EVENING11 JUNE Read More …
MCSL025 Java Lab Records 3
Session 7 : Multithreading Ex 23: Write a program to launch 10 threads. Each thread increments a counter variable. Run the program with synchronization. Code: class s07_02 { public static void main(String arg[])throws Exception { data d1=new data(); data d2=new data(); data Read More …
MCSL025 Java Lab Records 3
Session 7 : Multithreading Ex 23: Write a program to launch 10 threads. Each thread increments a counter variable. Run the program with synchronization. Code: class s07_02 { public static void main(String arg[])throws Exception { data d1=new data(); data d2=new data(); data Read More …