Biology, asked by PrerakPatel5516, 1 year ago

What is some information on generic medicines?

Answers

Answered by anmolaggarwal357
3

A generic medicine is the same as a brand-name medicine in dosage, safety, effectiveness, strength, stability, and quality, as well as in the way it is taken and the way it should be used.

Answered by dhoni003
4

Generic drugs are copies of brand-name drugs that have exactly the same dosage, intended use, effects, side effects, route of administration, risks, safety, and strength as the original drug. In other words, their pharmacological effects are exactly the same as those of their brand-name counterparts.

Generic drugs marketed without brand names are generally less expensive than brand-name drugs, even though they are chemically identical to brand-name drugs and meet the same standards of the FDA (US Food and Drug Administration) for safety, purity and effectiveness.

Code that uses generics has many benefits over non-generic code: Stronger type checks at compile time. A Java compiler applies strong type checking to generic code and issues errors if the code violates type safety. Fixing compile-time errors is easier than fixing runtime errors, which can be difficult to find.

Similar questions