STYDY MATEIAL FOR MIDDLEWARE AND ENTERPRISE INTEGRATION TECHNOLOGIES
ebook for EJB & Beans
http://www.esnips.com/doc/8d97cf15-e232-4be8-a5ae-a2bb748f6f0f/MasteringEJB3rdEd
http://www.turboupload.com/dvvlij7b6u07/MasteringEJB3rdEd.pdf.html
PRESENTATIONS :
ENTITY BEANS :
http://www.esnips.com/doc/92c9d931-3c72-4ffc-b1ba-3b9fc7eba144/entity
http://www.turboupload.com/xx6poln4ywco/entity.ppt.html
SESSION BEANS :
To Download the above ppt just click on the fullscreen button then in ACtion part u will see the download option :)
Wednesday, February 17, 2010
Tuesday, February 9, 2010
LINE OF COUNT(SOFTWARE ENGINEERING)
/*LINE OF COUNT(SOFTWARE ENGINEERING)*/
#include
#include
main()
{
int count=0;
char ch=' ';
FILE *fp;
clrscr();
fp=fopen("Avg.c","r");
do
{
ch=fgetc(fp);
if(ch=='{' || ch==';' || ch=='#')
count++;
} while(ch!=EOF);
printf("Number of Lines:%d ",count);
getch();
}
#include
#include
main()
{
int count=0;
char ch=' ';
FILE *fp;
clrscr();
fp=fopen("Avg.c","r");
do
{
ch=fgetc(fp);
if(ch=='{' || ch==';' || ch=='#')
count++;
} while(ch!=EOF);
printf("Number of Lines:%d ",count);
getch();
}
Subscribe to:
Posts (Atom)