BSC IT PRACTICALS
mumbai university
Home
sem1
_IP
_DM
sem2
_OOPS WITH CPP
_Web Programming
_Numerical and Statistical Methods
sem3
_Python Programming
_Data Structures
_Computer Networks
sem4
_Core Java
_Computer Graphics and Animation
sem5
_Network Security
_ASP.NET with C#
_Software Testing
_Advanced Java
_Linux Administration
sem6
_Internet Technologies
_Digital Signals and Systems
Wednesday, October 19, 2016
EXAMINATION TIME TABLE OF FYBSC-IT SEM1
Posts
October 19, 2016
0
PROGRAMME - F.Y.B.Sc. (INFORMATION TECHNOLOGY) (CBCGSS)
SEMESTER - I
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
BUY NOW
BUY NOW
Popular
Designed a class that demonstrates the use of constructor and destructor in java
class xyz { xyz() { System.out.println("Constructor method........"); } protected void finalize() { System.out.print(...
Designed a class SortData that contains the method asec() and desc() in java
import java.util.*; class prac4A { Scanner input=new Scanner(System.in); int num,i; int arr[]; int temp=0; public void getdata() ...
Write a java program to demonstrate the implementation of abstract class.
import java.util.Scanner; abstract class test { abstract void get(); } class test1 extends test { void get() { int a,b; Scanne...
Java function that calculates the sum of digits for a given char array consisting of the digits '0' to '9'. The function should return the digit sum as a long value
CODE: import java.util.*; class prac3B { public static void main(String args[]) { Scanner ob=new Scanner(System.in); System.out....
OOPS Design the class Demo which will contain the following methods: readNo(), factorial() for calculating the factorial of a number, reverseNo() will reverse the given number, isPalindrome() will check the given number is palindrome, isArmstrong() which will calculate the given number is armStrong or not.Where readNo() will be private method.
CODE: #include<iostream.h> #include<conio.h> class abc { int a1,a2,a3,a4; void readno_fact() { cout<<...
BUY NOW
Pages
Imperative programming
OOP'S
Web Programming
Advanced JAVA
FOLLOW BY EMAIL
Enter your email address:
Delivered by
FeedBurner
Categories
COMPUTER GRAPHICS
JAVA PROGRAMS
OOPS
Posts
SME4
About Me
Unknown
View my complete profile
Total Pageviews
No comments:
Post a Comment