BIAS Technoforum

BIAS Technoforum Technoforum is 24*7 active society lead by most technical people of the Birla Institute of Applied Sciences, Bhimtal.

The main concern of this society is knowledge sharing and practical ex*****on of creative technical ideas.

06/01/2014

DO YOU KNOW ?

Pizza is an open-source superset of the Java programming language with the following new features:

Generics
Function pointers
Case classes and pattern matching (a.k.a. Algebraic types)

In August 2001, the developers made a compiler capable of working with Java. Most Pizza applications can run in a Java environment, but certain cases will cause problems.

Work on Pizza has more or less stopped since 2002. Its main developers have concentrated instead on the GJ project, another attempt to add generics to Java which was eventually adopted into the official language version 1.5. The pattern matching and other functional programming-like features have been further developed in the Scala programming language. Martin Odersky remarked, "we wanted to integrate the functional and object-oriented parts in a cleaner way than what we were able to achieve before with the Pizza language.

29/10/2013

In JAVA which cannot directly cause a thread to stop executing?
A. Calling the SetPriority() method on a Thread object.
B. Calling the wait() method on an object.
C. Calling notify() method on an object.
D. Calling read() method on an InputStream object.

08/06/2013

Which of the following is NOT a .NET Exception class?
A. Exception
B. StackMemoryException
C. DivideByZeroException
D. OutOfMemoryException
E. InvalidOperationException

06/06/2013

In C #.NET if we do not catch the exception thrown at runtime then which of the following will catch it?
A. Compiler
B. CLR
C. Linker
D. Loader
E. Operating system

05/06/2013

In C language

If We want to round off x, a float, to an int value, The correct way to do is

A. y = (int)(x + 0.5)

B. y = int(x + 0.5)

C. y = (int)x + 0.5

D. y = (int)((int)x + 0.5)

Address

Bhimtal
263136

Website

Alerts

Be the first to know and let us send you an email when BIAS Technoforum posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share