Slider Widget

5/recent/slider

Recent posts

bootstrap 1st and 2nd program
Define Student class(roll_no, name, percentage) to create n objects of the Student class. Accept  details from the user for each object. Define a static method “sortStudent” which sorts the array  on the basis of percentage
Write a Java program to create a Package “SY” which has a class SYMarks (members – ComputerTotal, MathsTotal, and ElectronicsTotal). Create another package TY which has a class  TYMarks (members – Theory, Practicals). Create n objects of Student class (having rollNumber,  name, SYMarks and TYMarks). Add the marks of SY and TY computer subjects and calculate the  Grade (‘A’ for >= 70, ‘B’ for >= 60 ‘C’ for >= 50 , Pass Class for > =40 else ‘FAIL’) and display the result  of the student in proper format.
 Write a java program that take input as a person name in the format of first, middle and last name and then print it in the form last, first and middle name, where in the middle name first character is capital letter.
Define a class MyNumber having one private int data member. Write a default constructor to initialize it to 0 and another constructor to initialize it to a value (Use this). Write methods isNegative, isPositive, isZero, isOdd, isEven. Create an object in main. Use command line arguments to pass a value to the object (Hint : convert string argument to integer) and perform the above tests. Provide javadoc comments for all constructors and methods and generate the html help file.
 Write a java program to accept 5 numbers using command line arguments sort and display them.
 Create an employee class(id,name,deptname,salary). Define a default and parameterized  constructor. Use ‘this’ keyword to initialize instance variables.Keep a count of objects created.  Create objects using parameterized constructor and display the object count after each object is  created.(Use static member and method). Also display the contents of each object.
Q.6 Define Student class(roll_no, name, percentage) to create n objects of the Student class. Accept details from the user for each object. Define a static method “sortStudent” which sorts the array on the basis of percentage.
Python assignment
RG002 CSS
OS SRTF
Load More That is All